small fix in AlbumView

This commit is contained in:
Martin Wagner 2020-08-18 12:17:24 +02:00
parent 8853fdd311
commit 459732dde4

View File

@ -1821,7 +1821,7 @@ class AlbumView(FocusFrame):
def on_settings_changed(self, *args):
if self.done:
self.populate()
self.refresh(self.artists)
class Browser(Gtk.Paned):
def __init__(self, client, settings, window):