From 20c316cc12192edac4c0083c092dcedb8fe04f98 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 30 Mar 2017 18:40:45 +1300 Subject: [PATCH] Play all for non-spotify artists --- src/js/views/Artist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/views/Artist.js b/src/js/views/Artist.js index 80b2a5ca..55595afd 100755 --- a/src/js/views/Artist.js +++ b/src/js/views/Artist.js @@ -218,7 +218,7 @@ class Artist extends React.Component{

{this.props.artist ? this.props.artist.name : null}

- { can_play_radio ? : null} + { can_play_radio ? : } { can_follow ? : null} this.handleContextMenu(e)} />