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

Update PluginManifest.cs

pull/4709/head
BaronGreenback 4 years ago committed by GitHub
parent d9aaba36ec
commit 212c76102d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ namespace MediaBrowser.Common.Plugins
public string Version { get; set; } = string.Empty;
/// <summary>
/// Gets or sets a value indicating whether this plugin should be ignored.
/// Gets or sets a value indicating the operational status of this plugin.
/// </summary>
public PluginStatus Status { get; set; }

Loading…
Cancel
Save