summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr-vdrmanager/helpers.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index 2d4d136..b1ca86f 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -355,10 +355,7 @@ string cHelpers::SetTimerIntern(char op, string param) {
default:
return Error("unknown timer command");
}
-
- Timers.Save();
return "START\r\nEND\r\n";
-
}
string cHelpers::SetTimerIntern(string args) {