Add link to album from player's song title. Fixes #324
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user