Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/5b1eea558a55b9a46e556b795189425441b4a026
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
5 deletions
@ -75,7 +75,6 @@ namespace MediaBrowser.Controller.Plugins
/// <returns>Task{MBRegistrationRecord}.</returns>
public async Task < MBRegistrationRecord > GetRegistrationStatus ( string feature , string mb2Equivalent = null )
{
// Update this method to add _networkManager as a param.
return await MBRegistration . GetRegistrationStatus ( feature , mb2Equivalent ) . ConfigureAwait ( false ) ;
}
@ -8,18 +8,17 @@
<owners>scottisafool,Luke</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ApiClient allows .NET clients to easily access the Media Browser 3 web API</description>
<copyright>Copyright © 2013</copyright>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
<group>
<dependency id="protobuf-net" version="2.0.0.621" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="ServiceStack.Text" version="3.9.37" />
<dependency id="protobuf-net" version="2.0.0.621" />
</group>
<group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
<dependency id="Newtonsoft.Json" version="4.5.11" />
<dependency id="Microsoft.Bcl.Async" version="1.0.14-rc" />
<dependency id="Microsoft.Net.Http" version="2.1.3-beta" />
<dependency id="protobuf-net" version="2.0.0.621" />
</group>
</dependencies>
</metadata>