Added tracking/capturing/restoration of audio playback state and position.
This commit is contained in:
@@ -220,6 +220,8 @@ public partial class PlaylistDetailViewModel : ViewModelBase
|
||||
FilteredPlaylistSongs.CollectionChanged += OnFilteredPlaylistSongsCollectionChanged;
|
||||
|
||||
Playlist = _playlistManager.CurrentPlaylist; // Testing
|
||||
PlayingSong = _audioPlayer.PlayingSong; // Testing
|
||||
|
||||
UpdateFilteredSongs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user