Beispiel #1
0
 /// <summary>
 /// Extract all the Songs from this playlist
 /// </summary>
 /// <returns></returns>
 public List <Song> GetSongs() => PlaylistItems.Select(item => (( SongPlaylistItem )item).Song).ToList();