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

Merge pull request from tidusjar/dev

Fixed 
pull/1300/head
Jamie 8 years ago committed by GitHub
commit 91a3d4c653

@ -360,6 +360,7 @@ namespace Ombi.Services.Jobs
Title = a.Title,
Type = Store.Models.Plex.PlexMediaType.Artist,
Url = a.Url,
ItemId = "album"
});
}
}

Loading…
Cancel
Save