Added playing song view. Adding styling to playing song. Fixed caching cancellation issue.
This commit is contained in:
@@ -10,8 +10,8 @@ public class ViewModelLocator
|
||||
public static PlayerViewModel PlayerViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlayerViewModel>();
|
||||
|
||||
//public static PlayingSongInfoViewModel PlayingSongInfoViewModel
|
||||
// => App.ServiceProvider.GetRequiredService<PlayingSongInfoViewModel>();
|
||||
public static PlayingSongViewModel PlayingSongViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlayingSongViewModel>();
|
||||
|
||||
public static PlaylistViewModel PlaylistViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlaylistViewModel>();
|
||||
|
||||
Reference in New Issue
Block a user