Added playing song info view and view model.
This commit is contained in:
@@ -15,7 +15,7 @@ public partial class PlaybackBar : UserControl
|
||||
_viewModel = (PlaybackBarViewModel)DataContext!;
|
||||
}
|
||||
|
||||
private void Slider_Loaded(object? sender, Avalonia.Interactivity.RoutedEventArgs e)
|
||||
private void Slider_Loaded(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
if (sender is not Slider slider)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user