summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Songinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/plugins/Songinfo.py')
-rw-r--r--nephilim/plugins/Songinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Songinfo.py b/nephilim/plugins/Songinfo.py
index c2dbf76..7184544 100644
--- a/nephilim/plugins/Songinfo.py
+++ b/nephilim/plugins/Songinfo.py
@@ -63,7 +63,7 @@ class Songinfo(Plugin):
def refresh(self):
self.logger.info('Refreshing.')
metadata = {}
- song = self.mpclient.current_song()
+ song = self.mpclient.cur_song
if not song:
return self.o.clear()