From ed51d1eade3ba7cb517bf6201bca527bb41b3d62 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 29 Aug 2009 14:40:26 +0200 Subject: [PATCH] Lyrics: refresh() on load() --- nephilim/plugins/Lyrics.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nephilim/plugins/Lyrics.py b/nephilim/plugins/Lyrics.py index 5b529d6..1efce0a 100644 --- a/nephilim/plugins/Lyrics.py +++ b/nephilim/plugins/Lyrics.py @@ -333,6 +333,8 @@ class Lyrics(Plugin): self.refresh_fetchers() self.o = LyricsWidget(self) self.mpclient.song_changed.connect(self.refresh) + + self.refresh() def _unload(self): self.o = None self.__fetchers = None -- 2.11.4.GIT