Explorar o código

Fix Use built-in type alias

James Harvey %!s(int64=2) %!d(string=hai) anos
pai
achega
c9627f8839
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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",