From 6ef79435c32c20380de1485cbec4e532ddc95fc2 Mon Sep 17 00:00:00 2001 From: woro Date: Sun, 20 Apr 2008 14:27:00 +0000 Subject: after changing into lyrics mode, the lyrics for the first song were not automatically loaded from the internet git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1201 e10066b5-e1e2-0310-b819-94efdf66514b --- HISTORY | 2 ++ lyrics.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3