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

Add comment

pull/702/head
Bond-009 6 years ago committed by Bond_009
parent 58591da0b8
commit 59ff083f5d

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for Jellyfin.Server" Description="Code analysis rules for Jellyfin.Server.csproj" ToolsVersion="14.0">
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<!-- disable warning SA1101: Prefix local calls with 'this.' -->
<Rule Id="SA1101" Action="None" />
</Rules>
</RuleSet>

Loading…
Cancel
Save