mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
driver/record.cpp: move frontend selection to CutBackNeutrino()
This commit is contained in:
@@ -154,7 +154,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
|
||||
OpenThreads::Mutex mutex;
|
||||
static OpenThreads::Mutex sm;
|
||||
|
||||
bool CutBackNeutrino(const t_channel_id channel_id, const int mode, CFrontend *frontend);
|
||||
bool CutBackNeutrino(const t_channel_id channel_id, CFrontend * &frontend);
|
||||
void RestoreNeutrino(void);
|
||||
bool CheckRecording(const CTimerd::RecordingInfo * const eventinfo);
|
||||
void StartNextRecording();
|
||||
|
Reference in New Issue
Block a user