Added playing song info view and view model.
This commit is contained in:
@@ -9,4 +9,7 @@ public class ViewModelLocator
|
||||
|
||||
public static PlaybackBarViewModel PlaybackBarViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlaybackBarViewModel>();
|
||||
|
||||
public static PlayingSongInfoViewModel PlayingSongInfoViewModel
|
||||
=> App.ServiceProvider.GetRequiredService<PlayingSongInfoViewModel>();
|
||||
}
|
||||
Reference in New Issue
Block a user