mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 23:55:56 +01:00
2019-12-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcatchd(8) that failed to send a MODIFY notification at the end of a Record or Download event.
This commit is contained in:
@@ -128,6 +128,8 @@ class MainObject : public QObject
|
||||
// batch.cpp
|
||||
//
|
||||
void catchConnectedData(int serial,bool state);
|
||||
void userChangedData();
|
||||
void exitData();
|
||||
|
||||
private:
|
||||
//
|
||||
@@ -193,6 +195,8 @@ class MainObject : public QObject
|
||||
void RunRmlRecordingCache(int chan);
|
||||
void StartRmlRecording(int chan,int cartnum,int cutnum,int maxlen);
|
||||
void StartBatch(int id);
|
||||
void SendNotification(RDNotification::Type type,RDNotification::Action,
|
||||
const QVariant &id);
|
||||
QString GetTempRecordingName(int id) const;
|
||||
QString catch_default_user;
|
||||
QString catch_host;
|
||||
|
||||
Reference in New Issue
Block a user