movieinfo: internally rename epgChannel -> ChannelName

Origin commit data
------------------
Branch: ni/coolstream
Commit: a85d539bd0
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-09 (Fri, 09 Sep 2016)

Origin message was:
------------------
- movieinfo: internally rename epgChannel -> ChannelName

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-09-09 19:33:04 +02:00
parent 9e5c1f0439
commit 525688ef8a
7 changed files with 19 additions and 19 deletions

View File

@@ -570,9 +570,9 @@ void CRecordInstance::FillMovieInfo(CZapitChannel * channel, APIDList & apid_lis
std::string tmpstring = channel->getName();
if (tmpstring.empty())
recMovieInfo->epgChannel = "unknown";
recMovieInfo->channelName = "unknown";
else
recMovieInfo->epgChannel = tmpstring;
recMovieInfo->channelName = tmpstring;
tmpstring = "not available";
if (epgid != 0) {