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/9b5ae690c1d80fc8466b653f93edf7399753aa14/MediaBrowser.Controller/Providers/LocalImageInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using MediaBrowser.Model.Entities;
|
|
using MediaBrowser.Model.IO;
|
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class LocalImageInfo
|
|
{
|
|
public FileSystemMetadata FileInfo { get; set; }
|
|
|
|
public ImageType Type { get; set; }
|
|
}
|
|
}
|