Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/bcc818f397789be7d487e58726a6dd415546f194/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
|
|
namespace Jellyfin.Api.Attributes;
|
|
|
|
/// <summary>
|
|
/// Attribute to mark a parameter as obsolete.
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public sealed class ParameterObsoleteAttribute : Attribute
|
|
{
|
|
}
|