mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/movieplayer.cpp: remove absolute has_hdd variable
Origin commit data
------------------
Commit: 16fa40818f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-12 (Wed, 12 Feb 2014)
This commit is contained in:
@@ -66,7 +66,6 @@
|
|||||||
extern cVideo * videoDecoder;
|
extern cVideo * videoDecoder;
|
||||||
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */
|
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */
|
||||||
extern CInfoClock *InfoClock;
|
extern CInfoClock *InfoClock;
|
||||||
extern bool has_hdd;
|
|
||||||
|
|
||||||
#define TIMESHIFT_SECONDS 3
|
#define TIMESHIFT_SECONDS 3
|
||||||
|
|
||||||
@@ -356,8 +355,7 @@ bool CMoviePlayerGui::SelectFile()
|
|||||||
full_name = "";
|
full_name = "";
|
||||||
|
|
||||||
printf("CMoviePlayerGui::SelectFile: isBookmark %d timeshift %d isMovieBrowser %d\n", isBookmark, timeshift, isMovieBrowser);
|
printf("CMoviePlayerGui::SelectFile: isBookmark %d timeshift %d isMovieBrowser %d\n", isBookmark, timeshift, isMovieBrowser);
|
||||||
if (has_hdd)
|
wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
|
||||||
wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
|
|
||||||
|
|
||||||
if (timeshift) {
|
if (timeshift) {
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
|
Reference in New Issue
Block a user