diff --git a/changes/changelog.d/1083.enhancement b/changes/changelog.d/1083.enhancement new file mode 100644 index 000000000..375ccd3dc --- /dev/null +++ b/changes/changelog.d/1083.enhancement @@ -0,0 +1 @@ +Play button now replace current queue instead of appending to it (#1083) \ No newline at end of file diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 623e00fee..50412501a 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -2,8 +2,8 @@ - @@ -231,7 +228,6 @@ export default { jQuery(self.$el).find('.ui.dropdown').dropdown('hide') }, addNext (next) { - console.log('CLICKED') let self = this let wasEmpty = this.$store.state.queue.tracks.length === 0 this.getPlayableTracks().then((tracks) => {