src/neutrino.cpp: supplement to 9c9febce57, THX Gaucho316

Origin commit data
------------------
Commit: c3cf1741a3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)

Origin message was:
------------------
src/neutrino.cpp: supplement to 9c9febce57, THX Gaucho316
This commit is contained in:
Jacek Jendrzej
2012-10-30 16:12:26 +01:00
parent 8de264ab2f
commit 754d7a5cf6

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;
}
}