Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/4d1a58329784263c091626c0ea60f1ff198b4bea You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix LiveTV hardware decoding

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
pull/9430/head
nyanmisaka 2 years ago
parent 22a8283a9e
commit 4d1a583297

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