Skip to content

Commit

Permalink
Remove test volume
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlubb14 committed Dec 12, 2020
1 parent 42605f5 commit 95de438
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SpotifyNet.Cover/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public MainViewModel()
StartResumeCommand = new RelayCommand(StartResume);
PreviousCommand = new RelayCommand(Previous);
NextCommand = new RelayCommand(Next);

currentVolume = 10;
}
}

Expand Down

0 comments on commit 95de438

Please sign in to comment.