summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Lyrics.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/plugins/Lyrics.py')
-rw-r--r--nephilim/plugins/Lyrics.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nephilim/plugins/Lyrics.py b/nephilim/plugins/Lyrics.py
index c007f77..9217df8 100644
--- a/nephilim/plugins/Lyrics.py
+++ b/nephilim/plugins/Lyrics.py
@@ -101,6 +101,9 @@ class LyricsWidget(QtGui.QWidget):
self.__text_view.insertPlainText('Lyrics not found.')
class Lyrics(Plugin):
+ # public, const
+ info = 'Show (and fetch) the lyrics of the currently playing song.'
+
# public, read-only
o = None
@@ -333,9 +336,6 @@ class Lyrics(Plugin):
self.o = None
self.__fetchers = None
self.mpclient.song_changed.disconnect(self.refresh)
- def info(self):
- return "Show (and fetch) the lyrics of the currently playing song."
-
def _get_dock_widget(self):
return self._create_dock(self.o)