Trying out naudio. Doesn’t support cross platform
This commit is contained in:
@ -48,6 +48,15 @@ namespace Aurora.Frontend.Views.Songs
|
||||
SongsList = LibraryService.Instance.GetLibrary();
|
||||
}
|
||||
|
||||
private void PlayExecute()
|
||||
{
|
||||
if (_selectedSong != null)
|
||||
{
|
||||
PlayerService.Instance.Play(_selectedSong);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endregion Methods
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user