Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/f32cbbb224750b16c4b59d9a5f524c77c5270555/NzbDrone.Core/Notifications/Prowl/ProwlPriority.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core.Notifications.Prowl
|
|
{
|
|
public enum ProwlPriority
|
|
{
|
|
VeryLow = -2,
|
|
Low = -1,
|
|
Normal = 0,
|
|
High = 1,
|
|
Emergency = 2
|
|
}
|
|
}
|