mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
ytplayer: apply enable option for internal YouTube playback
Origin commit data
------------------
Branch: ni/coolstream
Commit: d56fe91658
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -404,11 +404,13 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
||||
moviebrowser->setMode(MB_SHOW_RECORDS);
|
||||
//wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
|
||||
}
|
||||
#if ENABLE_YOUTUBE_PLAYER
|
||||
else if (actionKey == "ytplayback") {
|
||||
isMovieBrowser = true;
|
||||
moviebrowser->setMode(MB_SHOW_YT);
|
||||
isYT = true;
|
||||
}
|
||||
#endif
|
||||
else if (actionKey == "fileplayback_video") {
|
||||
is_audio_playing = false;
|
||||
if (filebrowser)
|
||||
|
Reference in New Issue
Block a user