Update MediaBrowser.Api/Playback/BaseStreamingService.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Vasily 2019-10-21 11:58:04 +03:00 committed by GitHub
parent 6b6fede2e0
commit ae2b95024f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,6 +302,7 @@ namespace MediaBrowser.Api.Playback
{
await Task.Delay(100, cancellationTokenSource.Token).ConfigureAwait(false);
}
Logger.LogDebug("File {0} created or transcoding has finished", ffmpegTargetFile);
if (state.IsInputVideo && transcodingJob.Type == TranscodingJobType.Progressive && !transcodingJob.HasExited)