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/cd4d51a515e119a49288fa401689ffa8fdddb7c5/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; }
|
|
}
|
|
}
|