/// <inheritdoc/> public void AddPlaylist(string name) { Playlists = _playlistManager.AddPlaylist(name); }