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

Should fix covers not being local

pull/2/head
Leonardo Galli 8 years ago committed by GitHub
parent 79307d3c25
commit 529591bc18

@ -118,7 +118,7 @@ namespace NzbDrone.Api.Movie
pagingSpec.FilterExpression = _moviesService.ConstructFilterExpression(pagingResource.FilterKey, pagingResource.FilterValue, pagingResource.FilterType);
return ApplyToPage(_moviesService.Paged, pagingSpec, MovieResourceMapper.ToResource);
return ApplyToPage(_moviesService.Paged, pagingSpec, MapToResource);
}
protected MovieResource MapToResource(Core.Tv.Movie movies)

Loading…
Cancel
Save