Merge pull request #5620 from MrTimscampi/iso-ignore

(cherry picked from commit a76d997a86)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Claus Vium
2021-03-25 17:00:32 +01:00
committed by Joshua M. Boniface
parent de1896828f
commit 6e89ca9a34
3 changed files with 7 additions and 6 deletions

View File

@@ -82,11 +82,6 @@ namespace Emby.Server.Implementations.MediaEncoder
return false;
}
if (video.VideoType == VideoType.Dvd)
{
return false;
}
if (video.IsShortcut)
{
return false;