mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 08:01:36 +02:00
Remove DVDs from files exempt from chapter image extraction
This commit is contained in:
parent
ef9eba8bc9
commit
5bb7d99b48
1 changed files with 0 additions and 5 deletions
|
|
@ -82,11 +82,6 @@ namespace Emby.Server.Implementations.MediaEncoder
|
|||
return false;
|
||||
}
|
||||
|
||||
if (video.VideoType == VideoType.Dvd)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (video.IsShortcut)
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue