mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- movieinfo: internally rename epgId -> channelId
This commit is contained in:
@@ -611,7 +611,7 @@ void CRecordInstance::FillMovieInfo(CZapitChannel * channel, APIDList & apid_lis
|
||||
tmpstring = epgTitle;
|
||||
}
|
||||
recMovieInfo->epgTitle = tmpstring;
|
||||
recMovieInfo->epgId = channel->getChannelID();
|
||||
recMovieInfo->channelId = channel->getChannelID();
|
||||
recMovieInfo->epgInfo1 = info1;
|
||||
recMovieInfo->epgInfo2 = info2;
|
||||
recMovieInfo->epgEpgId = epgid;
|
||||
|
Reference in New Issue
Block a user