mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 17:33:37 +02:00
timeshift: allow to keep timeshift recordings after stop (need tests!)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7aef809716
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-13 (Sun, 13 Jan 2019)
Origin message was:
------------------
- timeshift: allow to keep timeshift recordings after stop (need tests!)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -131,6 +131,7 @@ class CRecordInstance
|
||||
const char * GetFileName() { return filename; };
|
||||
bool Timeshift() { return autoshift; };
|
||||
int tshift_mode;
|
||||
bool move_ts2rec;
|
||||
void SetStopMessage(const char* text) {rec_stop_msg = text;} ;
|
||||
//NI
|
||||
#if 0
|
||||
@@ -164,6 +165,8 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
|
||||
int last_mode;
|
||||
bool autoshift;
|
||||
uint32_t shift_timer;
|
||||
CMenuWidget *menu;
|
||||
|
||||
//NI
|
||||
#if 0
|
||||
uint32_t check_timer;
|
||||
|
Reference in New Issue
Block a user