mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-10-14 Fred Gleason <fredg@paravelsystems.com>
* Implemented a '%r' wildcard for Rivendell Host Name.
This commit is contained in:
@@ -23,14 +23,15 @@
|
||||
|
||||
#include <qtimer.h>
|
||||
|
||||
#include <rdrecording.h>
|
||||
#include <rddeck.h>
|
||||
#include <rdcae.h>
|
||||
#include <rdconfig.h>
|
||||
#include <rddeck.h>
|
||||
#include <rdrecording.h>
|
||||
|
||||
class CatchEvent
|
||||
{
|
||||
public:
|
||||
CatchEvent();
|
||||
CatchEvent(RDConfig *config);
|
||||
unsigned id() const;
|
||||
void setId(int id);
|
||||
bool isActive() const;
|
||||
@@ -191,6 +192,7 @@ class CatchEvent
|
||||
int catch_podcast_length;
|
||||
int catch_podcast_time;
|
||||
int catch_eventdate_offset;
|
||||
RDConfig *catch_config;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user