mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
movieinfo: internally rename epgEpgId -> epgId
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53c6a23d07
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgEpgId -> epgId
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -568,7 +568,7 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mi, int mp_position, int mp_duration, bool
|
||||
epgData.itemDescriptions.clear();
|
||||
epgData.items.clear();
|
||||
epgData.fsk = mp_movie_info->parentalLockAge;
|
||||
epgData.table_id = mp_movie_info->epgEpgId;
|
||||
epgData.table_id = mp_movie_info->epgId;
|
||||
#ifdef FULL_CONTENT_CLASSIFICATION
|
||||
epgData.contentClassification.clear();
|
||||
#else
|
||||
@@ -696,7 +696,7 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mi, int mp_position, int mp_duration, bool
|
||||
epg_done = 100;
|
||||
//printf("[%s:%d] epg_done: %d\n", __func__, __LINE__, epg_done);
|
||||
|
||||
res = show(mp_movie_info->epgEpgId >> 16, 0, 0, doLoop, false, true);
|
||||
res = show(mp_movie_info->epgId >> 16, 0, 0, doLoop, false, true);
|
||||
if(!epgTextSwitch.empty())
|
||||
{
|
||||
mp_movie_info->epgInfo2 = epgTextSwitch;
|
||||
@@ -1361,7 +1361,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
}
|
||||
g_settings.bigFonts = bigFonts;
|
||||
if (mp_info)
|
||||
show(mp_movie_info->epgEpgId >> 16, 0, 0, false, false, true);
|
||||
show(mp_movie_info->epgId >> 16, 0, 0, false, false, true);
|
||||
else
|
||||
show(channel_id, id, &startzeit, false, call_fromfollowlist);
|
||||
showPos=0;
|
||||
|
Reference in New Issue
Block a user