mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-25 02:36:20 +00:00
update sync settings
This commit is contained in:
parent
430b187ef6
commit
17e1c8c22b
15 changed files with 58 additions and 47 deletions
|
|
@ -123,7 +123,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
|||
{
|
||||
if (extractImages)
|
||||
{
|
||||
if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso || video.VideoType == VideoType.BluRay)
|
||||
if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso || video.VideoType == VideoType.BluRay || video.VideoType == VideoType.Dvd)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue