[gnome-music/wip/jfelder/untangle-mpris-playertoolbar: 101/102] albumartcache: Remove unused attribute



commit 2f5a408398df174446c84681d5685bbe4ce6fe7b
Author: Jean Felder <jfelder src gnome org>
Date:   Wed Apr 10 19:10:40 2019 +0200

    albumartcache: Remove unused attribute

 gnomemusic/albumartcache.py | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gnomemusic/albumartcache.py b/gnomemusic/albumartcache.py
index c9585d8f..01561f7e 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -323,8 +323,6 @@ class Cache(GObject.GObject):
     def __init__(self):
         super().__init__()
 
-        self._media_art = MediaArt.Process.new()
-
         # FIXME: async
         self.cache_dir = os.path.join(GLib.get_user_cache_dir(), 'media-art')
         if not os.path.exists(self.cache_dir):


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