mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Fixed: Add default artist props to prevent blank screen
This commit is contained in:
parent
60bb0ac063
commit
df34fb7be7
1 changed files with 2 additions and 0 deletions
|
@ -416,6 +416,8 @@ ArtistIndexRow.propTypes = {
|
||||||
};
|
};
|
||||||
|
|
||||||
ArtistIndexRow.defaultProps = {
|
ArtistIndexRow.defaultProps = {
|
||||||
|
genres: [],
|
||||||
|
tags: [],
|
||||||
statistics: {
|
statistics: {
|
||||||
albumCount: 0,
|
albumCount: 0,
|
||||||
trackCount: 0,
|
trackCount: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue