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