Fixed: Add default artist props to prevent blank screen

pull/481/head
Qstick 6 years ago
parent 60bb0ac063
commit df34fb7be7

@ -416,6 +416,8 @@ ArtistIndexRow.propTypes = {
}; };
ArtistIndexRow.defaultProps = { ArtistIndexRow.defaultProps = {
genres: [],
tags: [],
statistics: { statistics: {
albumCount: 0, albumCount: 0,
trackCount: 0, trackCount: 0,

Loading…
Cancel
Save