update recordings

This commit is contained in:
Luke Pulverenti
2016-02-15 23:54:20 -05:00
parent f95e780a4d
commit 600aa76865
2 changed files with 5 additions and 2 deletions

View File

@@ -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)
{