Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/1665bfa6ac55f0cb2487a0304e73acc817e29981/NzbDrone.Core/Messaging/Commands/BackendCommandAttribute.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/Messaging/Commands/BackendCommandAttribute.cs

8 lines
126 B

12 years ago
using System;
namespace NzbDrone.Core.Messaging.Commands
{
public class BackendCommandAttribute : Attribute
{
}
}