فهرست منبع

Fix Braces for multi-line statements should not share line

James Harvey 2 سال پیش
والد
کامیت
83ae6fcdb4
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

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

@@ -5788,7 +5788,8 @@ 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",
                 "m4p",