mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed: Prevent Album Editor Error due to Statistics
This commit is contained in:
parent
2cb36e61e0
commit
99924e969f
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ ArtistEditorRow.propTypes = {
|
||||||
};
|
};
|
||||||
|
|
||||||
ArtistEditorRow.defaultProps = {
|
ArtistEditorRow.defaultProps = {
|
||||||
tags: []
|
tags: [],
|
||||||
|
statistics: {}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ArtistEditorRow;
|
export default ArtistEditorRow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue