2
0
Эх сурвалжийг харах

Remove DVDs from files exempt from chapter image extraction

MrTimscampi 4 жил өмнө
parent
commit
5bb7d99b48

+ 0 - 5
Emby.Server.Implementations/MediaEncoder/EncodingManager.cs

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