aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-15 23:54:20 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-15 23:54:20 -0500
commit600aa7686586d3cfd9fae05f70456a7b3badc1c9 (patch)
tree1d46f68e1bd0224ca8f498f74cffb72203fdeab9 /MediaBrowser.Server.Implementations
parentf95e780a4d7ad217586ffc321d6a69fe3ab7a082 (diff)
update recordings
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
index b4ff79567..5f4d32732 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
@@ -91,6 +91,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
// Important - don't await the log task or we won't be able to kill ffmpeg when the user stops playback
StartStreamingLog(process.StandardError.BaseStream, _logFileStream);
+ onStarted();
+
// Wait for the file to exist before proceeeding
while (!_hasExited)
{