[gnome-music/wip/mschraal/callorder] albumartcache: Fix order in method call



commit 894d1bc70eb6746e902ac1e36d46631117d30007
Author: Marinus Schraal <mschraal gnome org>
Date:   Sat Jan 6 15:30:17 2018 +0100

    albumartcache: Fix order in method call

 gnomemusic/albumartcache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/albumartcache.py b/gnomemusic/albumartcache.py
index 89a1611..f9954ca 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -428,7 +428,7 @@ class AlbumArtCache(GObject.GObject):
 
         success, cache_path = MediaArt.get_path(artist, album, "album")
         if not success:
-            self._lookup_remote(item, callback, itr, art_size)
+            self._lookup_remote(item, art_size, callback, itr)
 
         self._discoverer_items[item.get_url()] = [item, art_size, callback,
                                                   itr, cache_path]


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