src/gui/movieplayer.cpp reEnable YT

This commit is contained in:
Jacek Jendrzej
2017-11-03 10:02:18 +01:00
parent 8746340a87
commit 9ac5258ac0

View File

@@ -397,7 +397,7 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
moviebrowser->setMode(MB_SHOW_RECORDS); moviebrowser->setMode(MB_SHOW_RECORDS);
wakeup_hdd(g_settings.network_nfs_recordingdir.c_str()); wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
} }
#if 0 #if HAVE_COOL_HARDWARE
else if (actionKey == "ytplayback") { else if (actionKey == "ytplayback") {
isMovieBrowser = true; isMovieBrowser = true;
moviebrowser->setMode(MB_SHOW_YT); moviebrowser->setMode(MB_SHOW_YT);
@@ -727,7 +727,7 @@ bool CMoviePlayerGui::prepareFile(CFile *file)
printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition); printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition);
} }
} }
#if 0 #if HAVE_COOL_HARDWARE
if (isYT) { if (isYT) {
file_name = file->Url; file_name = file->Url;
is_file_player = true; is_file_player = true;