Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/d063300af481fe385ce1fb61b440217cdd89ef04 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2099/head
cryptobank 5 years ago committed by GitHub
parent bafcadbe58
commit d063300af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1711,7 +1711,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|| !videoHeight.HasValue
|| outputHeight != videoHeight.Value)
{
//Force nv12 pixel format to enable 10-bit to 8-bit colour conversion.
// Force nv12 pixel format to enable 10-bit to 8-bit colour conversion.
filters.Add(
string.Format(
CultureInfo.InvariantCulture,

Loading…
Cancel
Save