mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
small fix in AlbumView
This commit is contained in:
parent
8853fdd311
commit
459732dde4
@ -1821,7 +1821,7 @@ class AlbumView(FocusFrame):
|
|||||||
|
|
||||||
def on_settings_changed(self, *args):
|
def on_settings_changed(self, *args):
|
||||||
if self.done:
|
if self.done:
|
||||||
self.populate()
|
self.refresh(self.artists)
|
||||||
|
|
||||||
class Browser(Gtk.Paned):
|
class Browser(Gtk.Paned):
|
||||||
def __init__(self, client, settings, window):
|
def __init__(self, client, settings, window):
|
||||||
|
Loading…
Reference in New Issue
Block a user