From 80bdc9065093caca1c1da7373dd25a6b52bb5774 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 14 Jan 2021 10:29:05 +0100 Subject: Now explicitly triggering respawning of pattern timers --- channels.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'channels.h') diff --git a/channels.h b/channels.h index de99830f..dd16b351 100644 --- a/channels.h +++ b/channels.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 4.5 2020/06/10 14:00:36 kls Exp $ + * $Id: channels.h 5.1 2021/01/14 10:29:05 kls Exp $ */ #ifndef __CHANNELS_H @@ -178,6 +178,7 @@ public: void SetNumber(int Number) { number = Number; } bool GroupSep(void) const { return groupSep; } const char *Parameters(void) const { return parameters; } + const cSchedule *Schedule(void) const { return schedule; } const cLinkChannels* LinkChannels(void) const { return linkChannels; } const cChannel *RefChannel(void) const { return refChannel; } bool IsAtsc(void) const { return cSource::IsAtsc(source); } -- cgit v1.2.3