Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/d7e2e2e3324d66f2f293444502be5332ca6e008e You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/3016/head
Jamie Rees 6 years ago
parent d098e6fd32
commit d7e2e2e332

@ -60,7 +60,7 @@ namespace Ombi.Schedule.Jobs.Lidarr
ArtistId = a.artistId,
ForeignAlbumId = a.foreignAlbumId,
ReleaseDate = a.releaseDate,
TrackCount = a.currentRelease.trackCount,
TrackCount = a.currentRelease?.trackCount ?? 0,
Monitored = a.monitored,
Title = a.title,
PercentOfTracks = a.statistics?.percentOfEpisodes ?? 0m,

Loading…
Cancel
Save