mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
* Commit 295efb1
: Fix delete query when multiple same channelid
This commit is contained in:
@@ -187,6 +187,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
|
||||
bool Record(const t_channel_id channel_id, const char * dir = NULL, bool timeshift = false);
|
||||
bool Stop(const t_channel_id channel_id);
|
||||
bool Stop(const CTimerd::RecordingStopInfo * recinfo);
|
||||
bool IsRecording(const CTimerd::RecordingStopInfo * recinfo);
|
||||
bool Update(const t_channel_id channel_id);
|
||||
bool ShowMenu(void);
|
||||
bool AskToStop(const t_channel_id channel_id, const int recid = 0);
|
||||
|
Reference in New Issue
Block a user