Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/b06a58966efb911e5c7d244d064bf5d8077c71d1/NzbDrone.Core/Notifications/Prowl/TestProwlCommand.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Notifications.Prowl
|
|
{
|
|
public class TestProwlCommand : ICommand
|
|
{
|
|
public string ApiKey { get; set; }
|
|
public int Priority { get; set; }
|
|
}
|
|
}
|