Fixed small issues with queue

This commit is contained in:
Eliot Berriot 2019-05-07 12:05:18 +02:00
parent 58195cd4d1
commit 2cdf26b028
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 3 additions and 0 deletions

View File

@ -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) {