Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/4025af78952c6d1ddb17a1890682e67705a99a31 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Last commit not compiling (whoops)

pull/2/head
Leonardo Galli 7 years ago
parent 95ca863697
commit 4025af7895

@ -19,7 +19,7 @@ namespace NzbDrone.Core.NetImport
{
public interface IFetchNetImport
{
List<Movie> Fetch(int listId, bool onlyEnableAuto);
NetImportFetchResult Fetch(int listId, bool onlyEnableAuto);
List<Movie> FetchAndFilter(int listId, bool onlyEnableAuto);
}

Loading…
Cancel
Save