update polymer components

pull/702/head
Luke Pulverenti 9 years ago
parent 8ce435877c
commit 0106fd8175

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

Loading…
Cancel
Save