mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:49:24 +02:00
FIx unwanted redirection to album/playlist/artist when clicking on play button
This commit is contained in:
parent
cf555b8aec
commit
04769b81c0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<button
|
||||
v-if="!dropdownOnly"
|
||||
:title="labels.playNow"
|
||||
@click="addNext(true)"
|
||||
@click.stop.prevent="addNext(true)"
|
||||
:disabled="!playable"
|
||||
:class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])">
|
||||
<i :class="[playIconClass, 'icon']"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue