WIP splitting up the viewModels for the party

This commit is contained in:
Brandon Watson
2021-04-11 20:54:59 -04:00
parent bf702e403e
commit 6b14d1264a
11 changed files with 369 additions and 588 deletions

View File

@ -5,7 +5,7 @@ using Xamarin.Forms;
namespace Aurora.Design.Views.Songs
{
public class SongsViewModel : BaseViewModel
public class SongsViewModel : BasePlayerViewModel
{
#region Fields
private ObservableCollection<BaseMedia> _songsList;