Album_type in source heading, fixes #81
This commit is contained in:
@ -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 )} />
|
||||
{helpers.uriSource( this.props.params.uri )}
|
||||
{this.props.album.album_type ? this.props.album.album_type : 'album'}
|
||||
</div>
|
||||
|
||||
<h1>{ this.props.album.name }</h1>
|
||||
|
||||
Reference in New Issue
Block a user