Added playlist view and initial playlist view logic.
This commit is contained in:
@@ -24,6 +24,7 @@ public interface IAudioPlayer
|
||||
Task PreviousAsync();
|
||||
Task NextAsync();
|
||||
|
||||
event EventHandler PlaylistChanged;
|
||||
event EventHandler PlayingSongChanged;
|
||||
event PropertyChangedEventHandler PropertyChanged;
|
||||
}
|
||||
Reference in New Issue
Block a user