Fixed: Prevent JS errors when statistics is null

This commit is contained in:
Qstick 2018-08-10 20:47:28 -04:00
parent 36b2942cef
commit a9e59b7798
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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