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:
vanhofen
2022-04-25 18:04:01 +02:00
parent 658db5ffdb
commit 7b9af525c2

View File

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