summaryrefslogtreecommitdiff
path: root/recman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'recman.cpp')
-rw-r--r--recman.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/recman.cpp b/recman.cpp
index e9150b6..ee3e3d2 100644
--- a/recman.cpp
+++ b/recman.cpp
@@ -132,7 +132,11 @@ namespace vdrlive {
return;
//dsyslog("[LIVE]: deleting resume '%s'", recording->Name());
+#if VDRVERSNUM < 10704
+ cResumeFile ResumeFile(recording->FileName());
+#else
cResumeFile ResumeFile(recording->FileName(), recording->IsPesRecording());
+#endif
ResumeFile.Delete();
}