rename IS_WEBTV => IS_WEBCHAN

Origin commit data
------------------
Branch: ni/coolstream
Commit: ebcd15da41
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- rename IS_WEBTV => IS_WEBCHAN

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-03 09:36:19 +01:00
parent 9b87adf13e
commit 52a5d800a4
18 changed files with 49 additions and 49 deletions

View File

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