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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nephilim/plugins/Lyrics.py b/nephilim/plugins/Lyrics.py
index 4cb2e16..ee8bb5b 100644
--- a/nephilim/plugins/Lyrics.py
+++ b/nephilim/plugins/Lyrics.py
@@ -46,11 +46,9 @@ class Lyrics(Plugin):
def _load(self):
self.o = wgLyrics(self)
self.connect(self.mpclient(), QtCore.SIGNAL('song_changed'), self.refresh)
- self.connect(self.mpclient(), QtCore.SIGNAL('ready'), self.refresh)
def _unload(self):
self.o = None
self.disconnect(self.mpclient(), QtCore.SIGNAL('song_changed'), self.refresh)
- self.disconnect(self.mpclient(), QtCore.SIGNAL('ready'), self.refresh)
def getInfo(self):
return "Show (and fetch) the lyrics of the currently playing song."