mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The SVDRP command PUTE now triggers an immediate write of the 'epg.data' file
This commit is contained in:
3
svdrp.c
3
svdrp.c
@@ -10,7 +10,7 @@
|
||||
* and interact with the Video Disk Recorder - or write a full featured
|
||||
* graphical interface that sits on top of an SVDRP connection.
|
||||
*
|
||||
* $Id: svdrp.c 1.44 2002/10/05 13:45:05 kls Exp $
|
||||
* $Id: svdrp.c 1.45 2002/10/13 09:31:31 kls Exp $
|
||||
*/
|
||||
|
||||
#include "svdrp.h"
|
||||
@@ -153,6 +153,7 @@ bool cPUTEhandler::Process(const char *s)
|
||||
else {
|
||||
rewind(f);
|
||||
if (cSchedules::Read(f)) {
|
||||
cSIProcessor::TriggerDump();
|
||||
status = 250;
|
||||
message = "EPG data processed";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user