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/2d5e1b3c7f2652f9635db676775426e17b4abd96/MediaBrowser.Model/Notifications/NotificationResult.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Notifications/NotificationResult.cs

10 lines
207 B

namespace MediaBrowser.Model.Notifications
{
public class NotificationResult
{
public Notification[] Notifications { get; set; }
public int TotalRecordCount { get; set; }
}
}