mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed: Reorg default properties in ArtistIndexRow
This commit is contained in:
parent
7ece4731fc
commit
70dc4d86dc
1 changed files with 3 additions and 3 deletions
|
@ -416,14 +416,14 @@ ArtistIndexRow.propTypes = {
|
|||
};
|
||||
|
||||
ArtistIndexRow.defaultProps = {
|
||||
genres: [],
|
||||
tags: [],
|
||||
statistics: {
|
||||
albumCount: 0,
|
||||
trackCount: 0,
|
||||
trackFileCount: 0,
|
||||
totalTrackCount: 0
|
||||
}
|
||||
},
|
||||
genres: [],
|
||||
tags: []
|
||||
};
|
||||
|
||||
export default ArtistIndexRow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue