diff options
Diffstat (limited to 'lyrics.c')
| -rw-r--r-- | lyrics.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ mgLyrics::Process(eKeys key) { state=lyricsSaved; } long cl=playItem->getCheckedForTmpLyrics(); - if (displayItem!=playItem || cl>0 && cl<time(0)) { + if (displayItem!=playItem || (cl>0 && cl<time(0))) { if (!access(playItem->getCachedFilename("lyrics.tmp.loading").c_str(),R_OK)) { state=lyricsLoading; playItem->setCheckedForTmpLyrics(time(0)); |
