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

Apply suggestions from code review

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
pull/7557/head
Nyanmisaka 3 years ago committed by GitHub
parent 1946414e14
commit e0b035e34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3381,7 +3381,7 @@ namespace MediaBrowser.Controller.MediaEncoding
}
// qsv requires a fixed pool size.
// default to 64 otherwise if will fails on certain iGPU.
// default to 64 otherwise it will fail on certain iGPU.
subFilters.Add("hwupload=extra_hw_frames=64");
var (overlayW, overlayH) = GetFixedOutputSize(inW, inH, reqW, reqH, reqMaxW, reqMaxH);
@ -3590,7 +3590,7 @@ namespace MediaBrowser.Controller.MediaEncoding
}
// qsv requires a fixed pool size.
// default to 64 otherwise if will fails on certain iGPU.
// default to 64 otherwise it will fail on certain iGPU.
subFilters.Add("hwupload=extra_hw_frames=64");
var (overlayW, overlayH) = GetFixedOutputSize(inW, inH, reqW, reqH, reqMaxW, reqMaxH);

Loading…
Cancel
Save