Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/83ee6427d880c42941b84475e9c281e195a9f926/Ombi.Services/Interfaces/ICouchPotatoCacher.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/Ombi.Services/Interfaces/ICouchPotatoCacher.cs

9 lines
144 B

namespace Ombi.Services.Interfaces
{
public interface ICouchPotatoCacher
{
void Queued();
int[] QueuedIds();
}
}