diff options
| -rw-r--r-- | HISTORY | 2 | ||||
| -rw-r--r-- | lyrics.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -358,3 +358,5 @@ XXXXXXXXXX: Version 0.0.8-ALPHA 2008-xx-xx Version 0.2.2-BETA - when showing covers as bitmaps, honour the image show duration from setup +- after changing into lyrics mode, the lyrics for the first song were not + automatically loaded from the internet @@ -114,6 +114,7 @@ mgLyrics::Process(eKeys key) { result = mgMenu::Process(key); break; } + displayItem=playItem; return result; } @@ -155,5 +156,4 @@ mgLyrics::BuildOsd () { InitOsd(); if (!access(loadfile.c_str(),R_OK)) osd()->AddFile(loadfile); - displayItem=playItem; } |
