Only show now playing chip on browser route
This commit is contained in:
parent
8be98a987f
commit
7683e50450
|
@ -336,7 +336,7 @@ export default {
|
||||||
return data
|
return data
|
||||||
},
|
},
|
||||||
showNowPlaying: function () {
|
showNowPlaying: function () {
|
||||||
return this.chosenClient && this.chosenClient.clientPlayingMetadata && this.$route.name !== 'nowplaying'
|
return this.chosenClient && this.chosenClient.clientPlayingMetadata && this.$route.name === 'browse'
|
||||||
},
|
},
|
||||||
showRightDrawerButton: function () {
|
showRightDrawerButton: function () {
|
||||||
return this.ptConnected && this.chosenClient && this.ptRoom
|
return this.ptConnected && this.chosenClient && this.ptRoom
|
||||||
|
|
Loading…
Reference in New Issue