Add link to album from player's song title. Fixes #324

This commit is contained in:
Deluan
2020-06-12 17:02:04 -04:00
parent c216b14655
commit f8a18b59b0
4 changed files with 25 additions and 3 deletions
+2 -2
View File
@@ -26,12 +26,12 @@ const ArtistLinkField = ({ record, className, width }) => {
}
ArtistLinkField.propTypes = {
record: PropTypes.object,
width: PropTypes.number,
className: PropTypes.string,
source: PropTypes.string,
}
ArtistLinkField.defaultProps = {
source: 'artistId',
addLabel: true,
}