- movieinfo: internally rename epgId -> channelId

This commit is contained in:
vanhofen
2016-09-09 19:43:00 +02:00
committed by svenhoefer
parent a85d539bd0
commit 625cbb6122
6 changed files with 14 additions and 14 deletions

View File

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