diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-09 15:33:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-09 15:33:27 +0100 |
commit | c6796ac6df08ae81f65fd1b4961f29f3007dce57 (patch) | |
tree | 357176dbc37c1dc0c425abe875afd55d424f4e7d /recording.c | |
parent | 6b4911c6a252c179d37a87cc7205ffca0b1ca17f (diff) | |
download | vdr-c6796ac6df08ae81f65fd1b4961f29f3007dce57.tar.gz vdr-c6796ac6df08ae81f65fd1b4961f29f3007dce57.tar.bz2 |
Removed sending the SVDRP command UPDR to peer VDRs whenever a change is made to the recordings in the video directory
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recording.c b/recording.c index 9cd47687..3cff2bb7 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 4.20 2018/02/13 08:44:19 kls Exp $ + * $Id: recording.c 4.21 2018/03/09 15:30:52 kls Exp $ */ #include "recording.h" @@ -1501,7 +1501,6 @@ void cRecordings::TouchUpdate(void) TouchFile(UpdateFileName()); if (!needsUpdate) lastUpdate = time(NULL); // make sure we don't trigger ourselves - BroadcastSVDRPCommand("UPDR"); } bool cRecordings::NeedsUpdate(void) |