summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/plugins/Notify.py')
-rw-r--r--nephilim/plugins/Notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Notify.py b/nephilim/plugins/Notify.py
index 7906861..af97e06 100644
--- a/nephilim/plugins/Notify.py
+++ b/nephilim/plugins/Notify.py
@@ -119,7 +119,7 @@ class Notify(Plugin):
self.mpclient.state_changed.disconnect(self.onStateChange)
self.mpclient.volume_changed.disconnect(self.onVolumeChange)
def onSongChange(self):
- song = self.mpclient.current_song()
+ song = self.mpclient.cur_song
if not song:
return
self.settings.beginGroup(self.name)