Remove DVDs from files exempt from chapter image extraction

pull/5620/head
MrTimscampi 4 years ago
parent ef9eba8bc9
commit 5bb7d99b48

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

Loading…
Cancel
Save