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

Revert "yarn build" as it is fixed in master, fix typo

pull/1904/head
Vasily 6 years ago
parent 3132280b07
commit adccc18298

@ -931,7 +931,7 @@ namespace MediaBrowser.Api.Playback.Hls
{
// This is to make sure keyframe interval is limited to our segment,
// as forcing keyframes is not enough.
// Example: we ecoded half of desired length, then codec detected
// Example: we encoded half of desired length, then codec detected
// scene cut and inserted a keyframe; next forced keyframe would
// be created outside of segment, which breaks seeking.
keyFrameArg += string.Format(

@ -20,7 +20,6 @@ if [[ -n ${web_branch} ]]; then
checkout -b origin/${web_branch}
fi
yarn install
yarn build
mkdir -p ${web_target}
mv dist/* ${web_target}/
popd

Loading…
Cancel
Save