mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
ytplayer: apply enable option for internal YouTube playback
Origin commit data
------------------
Branch: ni/coolstream
Commit: d56fe91658
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -448,6 +448,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
// FIXME menu_item->setHint("", NONEXISTANT_LOCALE);
|
||||
break;
|
||||
}
|
||||
#if ENABLE_YOUTUBE_PLAYER
|
||||
case SNeutrinoSettings::ITEM_YOUTUBE:
|
||||
{
|
||||
keyhelper.get(&key,&icon);
|
||||
@@ -455,6 +456,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
menu_item->setHint(NEUTRINO_ICON_HINT_YTPLAY, LOCALE_MENU_HINT_YTPLAY);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case SNeutrinoSettings::ITEM_FILEPLAY_VIDEO:
|
||||
{
|
||||
keyhelper.get(&key,&icon);
|
||||
|
Reference in New Issue
Block a user