update sync settings

This commit is contained in:
Luke Pulverenti
2016-08-23 01:08:07 -04:00
parent 430b187ef6
commit 17e1c8c22b
15 changed files with 58 additions and 47 deletions

View File

@@ -123,7 +123,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 || video.VideoType == VideoType.Dvd)
{
continue;
}