deprecate hddvd videotype

This commit is contained in:
Luke Pulverenti
2017-08-07 16:36:41 -04:00
parent 6d78824c8e
commit 994720c24a
8 changed files with 13 additions and 29 deletions

View File

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