src/neutrino.cpp: supplement to 654ca3656d, THX Gaucho316

This commit is contained in:
satbaby
2012-10-30 16:12:26 +01:00
parent 10116c6ad7
commit c3cf1741a3

View File

@@ -3862,6 +3862,7 @@ void CNeutrinoApp::getAnnounceEpgName(CTimerd::RecordingInfo * eventinfo, std::s
zAddData += epgdata.title;
}
else if(strlen(eventinfo->epgTitle)!=0) {
zAddData += " :\n";
zAddData += eventinfo->epgTitle;
}
}