summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--lyrics.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index bb160fa..44b3b4a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/lyrics.c b/lyrics.c
index aa8bbad..d33ce82 100644
--- a/lyrics.c
+++ b/lyrics.c
@@ -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;
}