Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/dc1895ee48eec56316bf0f258abaf08f7e581256/NzbDrone.Core/MediaFiles/Commands/CleanUpRecycleBinCommand.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/NzbDrone.Core/MediaFiles/Commands/CleanUpRecycleBinCommand.cs

8 lines
146 B

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.MediaFiles.Commands
{
public class CleanUpRecycleBinCommand : ICommand
{
}
}