소스 검색

Update MediaBrowser.Api/Playback/BaseStreamingService.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Vasily 5 년 전
부모
커밋
ae2b95024f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)