mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
"_back_to_current_album": disable genre filter when nothing is playing
This commit is contained in:
parent
65f88ff861
commit
a497150088
@ -2559,6 +2559,8 @@ class Browser(Gtk.Paned):
|
|||||||
else: # one artist selected
|
else: # one artist selected
|
||||||
self._artist_window.select(artist)
|
self._artist_window.select(artist)
|
||||||
self._album_window.scroll_to_current_album()
|
self._album_window.scroll_to_current_album()
|
||||||
|
else:
|
||||||
|
self._genre_select.deactivate()
|
||||||
|
|
||||||
def _on_back_to_current_album_button_clicked(self, *args):
|
def _on_back_to_current_album_button_clicked(self, *args):
|
||||||
self._back_to_current_album()
|
self._back_to_current_album()
|
||||||
|
Loading…
Reference in New Issue
Block a user