summaryrefslogtreecommitdiff
path: root/nephilim/plugins/AlbumCover.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/plugins/AlbumCover.py')
-rw-r--r--nephilim/plugins/AlbumCover.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index 6de4519..b4302bc 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -361,7 +361,8 @@ class FetcherLastfm(metadata_fetcher.MetadataFetcher):
pixmap = QtGui.QPixmap()
if pixmap.loadFromData(data):
self.finish(pixmap)
- self.finish()
+ else:
+ self.finish()
class FetcherLocal(QtCore.QObject):
"""This fetcher tries to find cover files in the same directory as