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:
vanhofen
2017-11-03 09:36:19 +01:00
parent 560914abb0
commit 268e94d9e3
18 changed files with 49 additions and 49 deletions

View File

@@ -61,7 +61,7 @@ CAudioSelectMenuHandler::CAudioSelectMenuHandler()
AudioSelector = NULL;
width = 40;
mp = &CMoviePlayerGui::getInstance();
if (IS_WEBTV(g_Zapit->getCurrentServiceID()))
if (IS_WEBCHAN(g_Zapit->getCurrentServiceID()))
mp = &CMoviePlayerGui::getInstance(true);
}