diff --git a/src/lyrics.cpp b/src/lyrics.cpp index 76e20af3..30982cd8 100644 --- a/src/lyrics.cpp +++ b/src/lyrics.cpp @@ -86,14 +86,8 @@ void Lyrics::Update() myLyrics->Take(); # endif // HAVE_CURL_CURL_H && HAVE_PTHREAD_H - if (!Reload) - return; - - const MPD::Song *s = myPlaylist->NowPlayingSong(); - if (s && !s->GetArtist().empty() && !s->GetTitle().empty()) + if (Reload) SwitchTo(); - else - Reload = 0; } void Lyrics::SwitchTo()