Added playlists view context menu for rename, lock/unlock, and delete.
This commit is contained in:
@@ -681,18 +681,6 @@ public partial class PlaylistDetailViewModel : ViewModelBase
|
||||
return;
|
||||
|
||||
_playlistManager.RemovePlaylist(Playlist);
|
||||
|
||||
if (_playlistManager.CurrentPlaylist == Playlist)
|
||||
{
|
||||
if (_playlistManager.Playlists.Count > 0)
|
||||
{
|
||||
_playlistManager.CurrentPlaylist = _playlistManager.Playlists.ElementAt(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
_playlistManager.CurrentPlaylist = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void SortAllSongs(SortItem? sortItem)
|
||||
|
||||
Reference in New Issue
Block a user