[gnome-music] albumArt: make a new icon if item was blacklisted
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] albumArt: make a new icon if item was blacklisted
- Date: Mon, 16 Feb 2015 14:58:05 +0000 (UTC)
commit 8bba6fc4112d289dbeb96fc2d97f867a1d275595
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Mon Feb 16 15:57:54 2015 +0100
albumArt: make a new icon if item was blacklisted
gnomemusic/albumArtCache.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index 6bf984c..05fb8ca 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -173,7 +173,7 @@ class AlbumArtCache:
@log
def lookup(self, item, width, height, callback, itr, artist, album):
if artist in self.blacklist and album in self.blacklist[artist]:
- self.finish(item, None, None, callback, itr)
+ self.finish(item, None, None, callback, itr, width, height)
return
try:
@@ -194,7 +194,7 @@ class AlbumArtCache:
try:
if artist in self.blacklist and album in self.blacklist[artist]:
- self.finish(item, None, None, callback, itr)
+ self.finish(item, None, None, callback, itr, width, height)
return
path = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]