소스 검색

Remove DVDs from files exempt from chapter image extraction

MrTimscampi 4 년 전
부모
커밋
5bb7d99b48
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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;