mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
remove channel_id mask for CEitManager getXXX calls
This commit is contained in:
@@ -369,7 +369,7 @@ void CScreenShot::MakeFileName(const t_channel_id channel_id)
|
||||
}
|
||||
pos = strlen(fname);
|
||||
|
||||
if(CEitManager::getInstance()->getActualEPGServiceKey(channel_id&0xFFFFFFFFFFFFULL, &epgData)) {
|
||||
if(CEitManager::getInstance()->getActualEPGServiceKey(channel_id, &epgData)) {
|
||||
CShortEPGData epgdata;
|
||||
if(CEitManager::getInstance()->getEPGidShort(epgData.eventID, &epgdata)) {
|
||||
if (!(epgdata.title.empty())) {
|
||||
|
Reference in New Issue
Block a user