Added playlist view and initial playlist view logic.
This commit is contained in:
@@ -12,4 +12,7 @@ public class ViewModelLocator
|
||||
|
||||
public static PlayingSongInfoViewModel PlayingSongInfoViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlayingSongInfoViewModel>();
|
||||
|
||||
public static PlaylistViewModel PlaylistViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlaylistViewModel>();
|
||||
}
|
||||
Reference in New Issue
Block a user