Skip to content
Snippets Groups Projects
Verified Commit 04769b81 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

FIx unwanted redirection to album/playlist/artist when clicking on play button

parent cf555b8a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<button <button
v-if="!dropdownOnly" v-if="!dropdownOnly"
:title="labels.playNow" :title="labels.playNow"
@click="addNext(true)" @click.stop.prevent="addNext(true)"
:disabled="!playable" :disabled="!playable"
:class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])"> :class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])">
<i :class="[playIconClass, 'icon']"></i> <i :class="[playIconClass, 'icon']"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment