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

Fix Linting Error (Double Blank Line)

pull/2/head
Qstick 5 years ago
parent f37fb47058
commit 2fbcf17c8d

@ -8,7 +8,6 @@ namespace NzbDrone.Core.MediaCover
public Movie Movie { get; set; }
public bool Updated { get; set; }
public MediaCoversUpdatedEvent(Movie movie, bool updated)
{
Movie = movie;

Loading…
Cancel
Save