Răsfoiți Sursa

update polymer components

Luke Pulverenti 9 ani în urmă
părinte
comite
0106fd8175

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

@@ -124,8 +124,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
                 {
                 {
                     if (extractImages)
                     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;
                             continue;
                         }
                         }