Browse Source

Remove DVDs from files exempt from chapter image extraction

MrTimscampi 4 years ago
parent
commit
5bb7d99b48
1 changed files with 0 additions and 5 deletions
  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;
                 return false;
             }
             }
 
 
-            if (video.VideoType == VideoType.Dvd)
-            {
-                return false;
-            }
-
             if (video.IsShortcut)
             if (video.IsShortcut)
             {
             {
                 return false;
                 return false;