diff --git a/Dopamine/Changelog.txt b/Dopamine/Changelog.txt index fc5d57343..99e38941c 100644 --- a/Dopamine/Changelog.txt +++ b/Dopamine/Changelog.txt @@ -3,6 +3,7 @@ - [Added] Added MetroLyrics as extra automatic lyrics provider (because Chartlyrics went dead) - [Added] Added an option to enable/disable automatic lyrics providers individually and an option to set a lyrics download timeout +- [Added] Mouse XButton1 plays the previous song, XButton2 plays the next song. - [Fixed] Artists sorting (song, album, all) was restored after an unmanagable amount of complaints about its removal. - [Fixed] Lyrics search stops if querying 1 lyrics provider fails, even if there are still other providers to left to use. - [Fixed] Mute doesn't stick when the next song starts playing diff --git a/Dopamine/Views/Shell.xaml.cs b/Dopamine/Views/Shell.xaml.cs index 01e60f563..741209aee 100644 --- a/Dopamine/Views/Shell.xaml.cs +++ b/Dopamine/Views/Shell.xaml.cs @@ -825,7 +825,6 @@ private void Shell_KeyDown(object sender, KeyEventArgs e) } } - private async void Shell_MouseDown(object sender, MouseButtonEventArgs e) { if (e.ChangedButton == MouseButton.XButton1)