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/ec58b8b595ba7104eb096f4e43e087c3f0e7bb93/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
{
}
}