diff options
Diffstat (limited to 'timerconflict.h')
-rw-r--r-- | timerconflict.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/timerconflict.h b/timerconflict.h index 80fba99..c8bca2c 100644 --- a/timerconflict.h +++ b/timerconflict.h @@ -71,11 +71,13 @@ namespace vdrlive { virtual ~TimerConflictNotifier(); bool ShouldNotify(); + std::string Message() const; + std::string Url() const; TimerConflictsPtr const CurrentConflicts() const { return conflicts; } - static int const CHECKINTERVAL = 30; // recheck value in seconds. + static int const CHECKINTERVAL = 5; // recheck value in seconds. private: time_t lastCheck; |