소스 검색

Another warning

Bond_009 5 년 전
부모
커밋
bbd4860b55
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs

+ 1 - 0
MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs

@@ -1007,6 +1007,7 @@ namespace MediaBrowser.Api.Playback.Hls
                 Logger.LogInformation("Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request");
                 state.BaseRequest.BreakOnNonKeyFrames = false;
             }
+
             var inputModifier = EncodingHelper.GetInputModifier(state, encodingOptions);
 
             // If isEncoding is true we're actually starting ffmpeg