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.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index 737e466..db4d6f8 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -95,6 +95,9 @@ class AlbumCoverWidget(QtGui.QLabel):
self.plugin.refresh()
class AlbumCover(Plugin):
+ # public, constant
+ info = 'Display the album cover of the currently playing album.'
+
# public, read-only
o = None
@@ -319,7 +322,7 @@ class AlbumCover(Plugin):
self.o = None
self.mpclient.song_changed.disconnect(self.refresh)
def info(self):
- return "Display the album cover of the currently playing album."
+ return
def refresh(self):
self.logger.info('Autorefreshing cover.')