mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -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 = {
|
ArtistIndexRow.defaultProps = {
|
||||||
genres: [],
|
|
||||||
tags: [],
|
|
||||||
statistics: {
|
statistics: {
|
||||||
albumCount: 0,
|
albumCount: 0,
|
||||||
trackCount: 0,
|
trackCount: 0,
|
||||||
trackFileCount: 0,
|
trackFileCount: 0,
|
||||||
totalTrackCount: 0
|
totalTrackCount: 0
|
||||||
}
|
},
|
||||||
|
genres: [],
|
||||||
|
tags: []
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ArtistIndexRow;
|
export default ArtistIndexRow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue