summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvdr-smarttvweb/httpresource.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr-smarttvweb/httpresource.c b/vdr-smarttvweb/httpresource.c
index 3e1e21c..659ef17 100755
--- a/vdr-smarttvweb/httpresource.c
+++ b/vdr-smarttvweb/httpresource.c
@@ -2194,6 +2194,9 @@ bool cHttpResource::isTimeRequest(struct stat64 *statbuf) {
}
}
+ if (mIsRecording)
+ mStreamToEnd = true;
+
time = atof(time_str.c_str());
*(mLog->log())<< DEBUGPREFIX
<< " Found a Time Parameter: " << time