src/gui/movieplayer.cpp reEnable YT

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ac5258ac0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-11-03 10:02:18 +01:00
parent 1a913ff0fd
commit 632c42f78f

View File

@@ -397,7 +397,7 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
moviebrowser->setMode(MB_SHOW_RECORDS);
wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
}
#if 0
#if HAVE_COOL_HARDWARE
else if (actionKey == "ytplayback") {
isMovieBrowser = true;
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);
}
}
#if 0
#if HAVE_COOL_HARDWARE
if (isYT) {
file_name = file->Url;
is_file_player = true;