Album_type in source heading, fixes #81

This commit is contained in:
James Barnsley
2017-03-14 07:49:14 +13:00
parent 0e72f2a52e
commit ef616c81ac

View File

@ -115,7 +115,9 @@ class Album extends React.Component{
<div className="title">
<div className="source grey-text">
<FontAwesome name={helpers.sourceIcon( this.props.params.uri )} /> {helpers.uriSource( this.props.params.uri )} album
<FontAwesome name={helpers.sourceIcon( this.props.params.uri )} />&nbsp;
{helpers.uriSource( this.props.params.uri )}&nbsp;
{this.props.album.album_type ? this.props.album.album_type : 'album'}
</div>
<h1>{ this.props.album.name }</h1>