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

Disable broken rule

pull/4877/head
Bond_009 4 years ago
parent 2913e2604c
commit bad516d473

@ -10,6 +10,8 @@
<!-- disable warning SA1009: Closing parenthesis should be followed by a space. -->
<Rule Id="SA1009" Action="None" />
<!-- disable warning SA1011: Closing square bracket should be followed by a space. -->
<Rule Id="SA1011" Action="None" />
<!-- disable warning SA1101: Prefix local calls with 'this.' -->
<Rule Id="SA1101" Action="None" />
<!-- disable warning SA1108: Block statements should not contain embedded comments -->

Loading…
Cancel
Save