Merge pull request #9430 from nyanmisaka/livetv-hwdec

This commit is contained in:
Bond-009 2023-03-07 16:25:11 +01:00 committed by GitHub
commit efc79295de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4397,7 +4397,7 @@ namespace MediaBrowser.Controller.MediaEncoding
}
// HWA decoders can handle both video files and video folders.
var videoType = mediaSource.VideoType;
var videoType = state.VideoType;
if (videoType != VideoType.VideoFile
&& videoType != VideoType.Iso
&& videoType != VideoType.Dvd