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/d19deea56c10f262ea90e13e6f8e30baf18310ac/PlexRequests.Services/Interfaces/ISickRageCacher.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/PlexRequests.Services/Interfaces/ISickRageCacher.cs

9 lines
149 B

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