Skip to content

Commit 95de438

Browse files
committed
Remove test volume
1 parent 42605f5 commit 95de438

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SpotifyNet.Cover/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ public MainViewModel()
7272
StartResumeCommand = new RelayCommand(StartResume);
7373
PreviousCommand = new RelayCommand(Previous);
7474
NextCommand = new RelayCommand(Next);
75-
76-
currentVolume = 10;
7775
}
7876
}
7977

0 commit comments

Comments
 (0)