mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
src/neutrino.cpp: supplement to 654ca3656d
, THX Gaucho316 (fix)
This commit is contained in:
@@ -3862,11 +3862,11 @@ void CNeutrinoApp::getAnnounceEpgName(CTimerd::RecordingInfo * eventinfo, std::s
|
||||
zAddData += epgdata.title;
|
||||
}
|
||||
else if(strlen(eventinfo->epgTitle)!=0) {
|
||||
zAddData += " :\n";
|
||||
zAddData += eventinfo->epgTitle;
|
||||
}
|
||||
}
|
||||
else if(strlen(eventinfo->epgTitle)!=0) {
|
||||
zAddData += " :\n";
|
||||
zAddData += eventinfo->epgTitle;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user