1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-03 10:06:06 +00:00

Fixed: Add default artist props to prevent blank screen

This commit is contained in:
Qstick 2018-09-01 23:09:38 -04:00
parent 60bb0ac063
commit df34fb7be7

View file

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