Explorar el Código

Remove DVDs from files exempt from chapter image extraction

MrTimscampi hace 4 años
padre
commit
5bb7d99b48
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      Emby.Server.Implementations/MediaEncoder/EncodingManager.cs

+ 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;