[gnome-music/wip/mschraal/callorder326] albumartcache: Fix order in method call
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/callorder326] albumartcache: Fix order in method call
- Date: Sat, 6 Jan 2018 14:39:31 +0000 (UTC)
commit 67e50b9f4eba59ffcb3ddd17c57129e9398e7b1f
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 d9a1abc..450430b 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -427,7 +427,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]