mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 16:33:36 +02:00
rename IS_WEBTV => IS_WEBCHAN
Origin commit data
------------------
Commit: ebcd15da41
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
Origin message was:
------------------
- rename IS_WEBTV => IS_WEBCHAN
This commit is contained in:
@@ -1507,7 +1507,7 @@ bool CMoviePlayerGui::PlayFileStart(void)
|
||||
int i;
|
||||
int towait = (timeshift == TSHIFT_MODE_ON) ? TIMESHIFT_SECONDS+1 : TIMESHIFT_SECONDS;
|
||||
int cnt = 500;
|
||||
if (IS_WEBTV(movie_info.channelId)) {
|
||||
if (IS_WEBCHAN(movie_info.channelId)) {
|
||||
videoDecoder->setBlank(false);
|
||||
cnt = 200;
|
||||
towait = 20;
|
||||
|
Reference in New Issue
Block a user