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

Apply suggestions from code review

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/5586/head
Nyanmisaka 4 years ago committed by GitHub
parent a6bc191607
commit fab4bf184e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -542,7 +542,7 @@ namespace MediaBrowser.Controller.MediaEncoding
.Append(' ');
}
arg.Append("-autorotate 0");
arg.Append("-autorotate 0 ");
}
if (state.IsVideoRequest

Loading…
Cancel
Save