mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 22:19:17 +02:00
Fixed small issues with queue
This commit is contained in:
parent
58195cd4d1
commit
2cdf26b028
1 changed files with 3 additions and 0 deletions
|
@ -674,6 +674,9 @@ export default {
|
|||
watch: {
|
||||
currentTrack: {
|
||||
async handler (newValue, oldValue) {
|
||||
if (newValue === oldValue) {
|
||||
return
|
||||
}
|
||||
clearTimeout(this.playTimeout)
|
||||
let self = this
|
||||
if (this.currentSound) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue