[gnome-music/wip/mschraal/coresong-thumbnail-prop: 36/38] albumwidget: 1 time working update



commit 45ffa0959f26a3aba305e2ea5a96796650d12bf6
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun Jan 5 17:05:34 2020 +0100

    albumwidget: 1 time working update

 gnomemusic/widgets/albumwidget.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/widgets/albumwidget.py b/gnomemusic/widgets/albumwidget.py
index d75b1fe2..83b9f36c 100644
--- a/gnomemusic/widgets/albumwidget.py
+++ b/gnomemusic/widgets/albumwidget.py
@@ -89,7 +89,7 @@ class AlbumWidget(Gtk.EventBox):
 
         self._corealbum = corealbum
 
-        self._cover_stack.update(self._corealbum)
+        self._cover_stack.props.corealbum = corealbum
 
         album_name = self._corealbum.props.title
         artist = self._corealbum.props.artist


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]