mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-08 21:52:24 +00:00
deprecate hddvd videotype
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Emby.Server.Implementations.MediaEncoder
|
||||
{
|
||||
if (extractImages)
|
||||
{
|
||||
if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso)
|
||||
if (video.VideoType == VideoType.Iso)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user