From 7225b75dd117816f6c3ffd69a8c93dd594966df5 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 30 Mar 2017 14:19:13 +1300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a6cba0..5cefc0da 100755 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ Support ------- * [Releases and changelog](https://github.com/jaedb/iris/releases) -* [Issues and requests](https://github.com/jaedb/iris/issues) +* [Issues and requests](https://github.com/jaedb/Iris/wiki/Logging-an-issue) From 20c316cc12192edac4c0083c092dcedb8fe04f98 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 30 Mar 2017 18:40:45 +1300 Subject: [PATCH 2/2] 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)} />