Highlight active playlist. Various optimizations and fixes.
This commit is contained in:
@@ -611,7 +611,7 @@ public partial class PlaylistDetailViewModel : ViewModelBase
|
||||
if (Playlist == null || SelectedPlaylistSongs.Count == 0)
|
||||
return;
|
||||
|
||||
int selectedPlaylistSongIndex = Playlist.Songs.IndexOf(SelectedPlaylistSongs[0]);
|
||||
int selectedPlaylistSongIndex = Playlist.IndexOf(SelectedPlaylistSongs[0]);
|
||||
|
||||
if (selectedPlaylistSongIndex == -1)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user