Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/a9e59b77986c630878fbca6f09d182e248a618a4?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Prevent JS errors when statistics is null

pull/450/head
Qstick 7 years ago
parent 36b2942cef
commit a9e59b7798

@ -138,7 +138,7 @@ class AlbumDetails extends Component {
title,
disambiguation,
albumType,
statistics,
statistics = {},
monitored,
releaseDate,
ratings,

@ -61,7 +61,7 @@ class ArtistIndexBanner extends Component {
status,
foreignArtistId,
nextAiring,
statistics,
statistics = {},
images,
bannerWidth,
bannerHeight,

@ -61,7 +61,7 @@ class ArtistIndexPoster extends Component {
foreignArtistId,
status,
nextAiring,
statistics,
statistics = {},
images,
posterWidth,
posterHeight,

Loading…
Cancel
Save