- remove youtube player

Conflicts:
	acinclude.m4
	data/icons/headers/ytplay.png
	data/icons/hints/hint_ytplay.png
	data/locale/slovak.locale
	src/gui/moviebrowser/mb.cpp
	src/gui/user_menue_setup.cpp
	src/neutrino.cpp
	src/system/settings.h
This commit is contained in:
vanhofen
2022-11-27 01:35:35 +01:00
committed by Thilo Graf
parent 3035683bc6
commit f8b3cbf476
34 changed files with 103 additions and 2300 deletions

View File

@@ -402,15 +402,6 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
;
break;
}
#if ENABLE_YOUTUBE_PLAYER
case SNeutrinoSettings::ITEM_YOUTUBE:
{
keyhelper.get(&key, &icon);
menu_item = new CMenuForwarder(LOCALE_MOVIEPLAYER_YTPLAYBACK, !_mode_ts, NULL, neutrino, "ytplayback", key, icon);
menu_item->setHint(NEUTRINO_ICON_HINT_YTPLAY, LOCALE_MENU_HINT_YTPLAY);
break;
}
#endif
case SNeutrinoSettings::ITEM_FILEPLAY_VIDEO:
{
keyhelper.get(&key, &icon);