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/ebffea0696142a035e83593479f148a80663457c/MediaBrowser.Model/Notifications/NotificationServiceInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Notifications
|
|
{
|
|
public class NotificationServiceInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public string Id { get; set; }
|
|
}
|
|
} |