Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/1166a81eb39e547a8dc12a8a13260856fe143d60/NzbDrone.Core/Notifications/NotificationDefinition.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System;
|
|
|
|
|
using NzbDrone.Core.Datastore;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Notifications
|
|
|
|
|
{
|
|
|
|
|
public class NotificationDefinition : ModelBase
|
|
|
|
|
{
|
|
|
|
|
public String Name { get; set; }
|
|
|
|
|
public Boolean OnGrab { get; set; }
|
|
|
|
|
public Boolean OnDownload { get; set; }
|
|
|
|
|
public String Settings { get; set; }
|
|
|
|
|
public String Implementation { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|