Remove DVDs from files exempt from chapter image extraction

This commit is contained in:
MrTimscampi 2021-03-25 13:16:09 +01:00
parent ef9eba8bc9
commit 5bb7d99b48

View File

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