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

Fix indentation in deinterlace if block

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/3877/head
Orry Verducci 5 years ago committed by GitHub
parent 9438a50976
commit 396148599a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2147,9 +2147,9 @@ namespace MediaBrowser.Controller.MediaEncoding
// Add software deinterlace filter before scaling filter
if ((state.DeInterlace("h264", true)
|| state.DeInterlace("avc", true)
|| state.DeInterlace("h265", true)
|| state.DeInterlace("hevc", true))
|| state.DeInterlace("avc", true)
|| state.DeInterlace("h265", true)
|| state.DeInterlace("hevc", true))
&& !isVaapiH264Encoder
&& !isQsvH264Encoder
&& !isNvdecH264Decoder)

Loading…
Cancel
Save