فهرست منبع

update polymer components

Luke Pulverenti 9 سال پیش
والد
کامیت
0106fd8175
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      MediaBrowser.Server.Implementations/MediaEncoder/EncodingManager.cs

+ 1 - 2
MediaBrowser.Server.Implementations/MediaEncoder/EncodingManager.cs

@@ -124,8 +124,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
                 {
                     if (extractImages)
                     {
-                        if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso ||
-                             video.VideoType == VideoType.BluRay)
+                        if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso || video.VideoType == VideoType.BluRay)
                         {
                             continue;
                         }