mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- rename IS_WEBTV => IS_WEBCHAN
Conflicts: src/zapit/src/capmt.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user