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

Fixed small issues with queue

parent 58195cd4
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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