mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
src/gui/movieplayer.cpp reEnable YT
Origin commit data
------------------
Commit: 9ac5258ac0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user