mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
update dlna profiles
This commit is contained in:
@@ -153,7 +153,8 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
||||
{
|
||||
if (extractImages)
|
||||
{
|
||||
if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso)
|
||||
if (video.VideoType == VideoType.HdDvd || video.VideoType == VideoType.Iso ||
|
||||
video.VideoType == VideoType.BluRay)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user