Add stars to Albums

This commit is contained in:
Deluan
2020-08-14 13:35:28 -04:00
parent f2ebbd26fa
commit c2e03c8162
8 changed files with 56 additions and 8 deletions
+2
View File
@@ -201,10 +201,12 @@ AlbumContextMenu.propTypes = {
discNumber: PropTypes.number,
visible: PropTypes.bool,
color: PropTypes.string,
showStar: PropTypes.bool,
}
AlbumContextMenu.defaultProps = {
visible: true,
showStar: true,
addLabel: true,
}