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