mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #9430 from nyanmisaka/livetv-hwdec
This commit is contained in:
commit
efc79295de
@ -4397,7 +4397,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
}
|
}
|
||||||
|
|
||||||
// HWA decoders can handle both video files and video folders.
|
// HWA decoders can handle both video files and video folders.
|
||||||
var videoType = mediaSource.VideoType;
|
var videoType = state.VideoType;
|
||||||
if (videoType != VideoType.VideoFile
|
if (videoType != VideoType.VideoFile
|
||||||
&& videoType != VideoType.Iso
|
&& videoType != VideoType.Iso
|
||||||
&& videoType != VideoType.Dvd
|
&& videoType != VideoType.Dvd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user