mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
Merge branch 'cst-next' into nmp-cst-next
Origin commit data
------------------
Branch: ni/coolstream
Commit: db8a9e6388
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-25 (Mon, 25 Jan 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1355,7 +1355,7 @@ int CInfoViewer::handleMsg (const neutrino_msg_t msg, neutrino_msg_data_t data)
|
||||
snprintf(runningRest, sizeof(runningRest), "%d / %d %s", (curr_pos + 30000) / 60000, (duration - curr_pos + 30000) / 60000, unit_short_minute);
|
||||
display_Info(NULL, NULL, false, CMoviePlayerGui::getInstance().file_prozent, NULL, runningRest);
|
||||
} else if (!IS_WEBTV(current_channel_id)) {
|
||||
show_Data( true );
|
||||
show_Data(false);
|
||||
}
|
||||
}
|
||||
showLcdPercentOver ();
|
||||
@@ -1819,7 +1819,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
|
||||
|
||||
if (info_CurrentNext.flags & CSectionsdClient::epgflags::has_current)
|
||||
{
|
||||
if (info_CurrentNext.current_uniqueKey != last_curr_id)
|
||||
if (!calledFromEvent || info_CurrentNext.current_uniqueKey != last_curr_id)
|
||||
{
|
||||
last_curr_id = info_CurrentNext.current_uniqueKey;
|
||||
curr_time = runningStart;
|
||||
|
Reference in New Issue
Block a user