"_back_to_current_album": disable genre filter when nothing is playing

This commit is contained in:
Martin Wagner 2021-09-14 14:50:22 +02:00
parent 65f88ff861
commit a497150088
1 changed files with 2 additions and 0 deletions

View File

@ -2559,6 +2559,8 @@ class Browser(Gtk.Paned):
else: # one artist selected
self._artist_window.select(artist)
self._album_window.scroll_to_current_album()
else:
self._genre_select.deactivate()
def _on_back_to_current_album_button_clicked(self, *args):
self._back_to_current_album()