summaryrefslogtreecommitdiff
path: root/lyrics.c
diff options
context:
space:
mode:
Diffstat (limited to 'lyrics.c')
-rw-r--r--lyrics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyrics.c b/lyrics.c
index 76c1278..00dc0fe 100644
--- a/lyrics.c
+++ b/lyrics.c
@@ -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));