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

Clean up trailing space

pull/11603/head
Joshua M. Boniface 11 months ago
parent 27ecf175d8
commit f568aed520

@ -144,7 +144,7 @@ jobs:
name: OpenAPI - Publish Unstable Spec
if: |
github.event_name != 'pull_request_target' &&
${{ ! startsWith(github.ref, 'refs/tags/v') }} &&
${{ ! startsWith(github.ref, 'refs/tags/v') }} &&
contains(github.repository_owner, 'jellyfin')
runs-on: ubuntu-latest
needs:

Loading…
Cancel
Save