소스 검색

Fix Use built-in type alias

James Harvey 2 년 전
부모
커밋
c9627f8839
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

+ 1 - 1
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -5788,7 +5788,7 @@ namespace MediaBrowser.Controller.MediaEncoding
 
             // Copy the movflags from GetProgressiveVideoFullCommandLine
             // See #9248 and the associated PR for why this is needed
-            var mp4ContainerNames = new HashSet<String>
+            var mp4ContainerNames = new HashSet<string>
             {
                 "mp4",
                 "m4a",