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/08e2d60f20936344b25301d5e128e7d54bfbe591/NzbDrone.Core/MediaFiles/Commands/CleanUpRecycleBinCommand.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/MediaFiles/Commands/CleanUpRecycleBinCommand.cs

8 lines
152 B

12 years ago
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.MediaFiles.Commands
{
12 years ago
public class CleanUpRecycleBinCommand : Command
{
}
}