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/266913c5d84bd677d2876b7711c35483ad67f531/Emby.Server.Implementations/IO/ExtendedFileSystemInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace Emby.Server.Implementations.IO
|
|
{
|
|
public class ExtendedFileSystemInfo
|
|
{
|
|
public bool IsHidden { get; set; }
|
|
|
|
public bool IsReadOnly { get; set; }
|
|
|
|
public bool Exists { get; set; }
|
|
}
|
|
}
|