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

Merge pull request from Shadowghost/musibrainz-fix

pull/9336/head
Claus Vium 2 years ago committed by GitHub
commit 6eb35d4fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ namespace MediaBrowser.Providers.Plugins.MusicBrainz.Configuration;
/// </summary>
public class PluginConfiguration : BasePluginConfiguration
{
private const string DefaultServer = "musicbrainz.org";
private const string DefaultServer = "https://musicbrainz.org";
private const double DefaultRateLimit = 1.0;

Loading…
Cancel
Save