mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
Fixed: Prevent JS errors when statistics is null
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user