瀏覽代碼

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",