From 459732dde43d952e418afcbb90ebe1429803c766 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Tue, 18 Aug 2020 12:17:24 +0200 Subject: [PATCH] small fix in AlbumView --- bin/mpdevil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mpdevil.py b/bin/mpdevil.py index 8e20afe..b3bcfc8 100644 --- a/bin/mpdevil.py +++ b/bin/mpdevil.py @@ -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):