Explorar o código

Update MediaBrowser.Api/Playback/BaseStreamingService.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Vasily %!s(int64=5) %!d(string=hai) anos
pai
achega
ae2b95024f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 0
MediaBrowser.Api/Playback/BaseStreamingService.cs

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