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

Update PluginPageInfo.cs summary. ()

pull/12471/head
theMasterpc 8 months ago committed by GitHub
parent 00fb955103
commit 4c23f38076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,12 +6,12 @@ namespace MediaBrowser.Model.Plugins
public class PluginPageInfo
{
/// <summary>
/// Gets or sets the name.
/// Gets or sets the name of the plugin.
/// </summary>
public string Name { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the display name.
/// Gets or sets the display name of the plugin.
/// </summary>
public string? DisplayName { get; set; }

Loading…
Cancel
Save