mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
mediaplayer-setup: add missing ENABLE_YOUTUBE_PLAYER
Origin commit data
------------------
Branch: ni/coolstream
Commit: 382399a76a
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-25 (Mon, 25 Apr 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -122,9 +122,11 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
|
|||||||
mf->setHint(NEUTRINO_ICON_HINT_MB, LOCALE_MENU_HINT_MOVIEBROWSER_SETUP);
|
mf->setHint(NEUTRINO_ICON_HINT_MB, LOCALE_MENU_HINT_MOVIEBROWSER_SETUP);
|
||||||
mediaSetup->addItem(mf);
|
mediaSetup->addItem(mf);
|
||||||
|
|
||||||
|
#if ENABLE_YOUTUBE_PLAYER
|
||||||
mf = new CMenuForwarder(LOCALE_MOVIEPLAYER_YTPLAYBACK, true, NULL, &msetup, "show_ytmenu", CRCInput::convertDigitToKey(shortcut++));
|
mf = new CMenuForwarder(LOCALE_MOVIEPLAYER_YTPLAYBACK, true, NULL, &msetup, "show_ytmenu", CRCInput::convertDigitToKey(shortcut++));
|
||||||
mf->setHint(NEUTRINO_ICON_HINT_YTPLAY, LOCALE_MENU_HINT_YTPLAY_SETUP);
|
mf->setHint(NEUTRINO_ICON_HINT_YTPLAY, LOCALE_MENU_HINT_YTPLAY_SETUP);
|
||||||
mediaSetup->addItem(mf);
|
mediaSetup->addItem(mf);
|
||||||
|
#endif
|
||||||
|
|
||||||
mediaSetup->addItem(GenericMenuSeparator);
|
mediaSetup->addItem(GenericMenuSeparator);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user