Merge pull request #9430 from nyanmisaka/livetv-hwdec

pull/9485/head
Bond-009 2 years ago committed by GitHub
commit efc79295de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save