We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42605f5 commit 95de438Copy full SHA for 95de438
SpotifyNet.Cover/ViewModel/MainViewModel.cs
@@ -72,8 +72,6 @@ public MainViewModel()
72
StartResumeCommand = new RelayCommand(StartResume);
73
PreviousCommand = new RelayCommand(Previous);
74
NextCommand = new RelayCommand(Next);
75
-
76
- currentVolume = 10;
77
}
78
79
0 commit comments