Only show now playing chip on browser route

This commit is contained in:
Sam 2018-07-17 02:59:28 +10:00
parent 8be98a987f
commit 7683e50450
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ export default {
return data
},
showNowPlaying: function () {
return this.chosenClient && this.chosenClient.clientPlayingMetadata && this.$route.name !== 'nowplaying'
return this.chosenClient && this.chosenClient.clientPlayingMetadata && this.$route.name === 'browse'
},
showRightDrawerButton: function () {
return this.ptConnected && this.chosenClient && this.ptRoom