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

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