mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:39:17 +02:00
See #161: fixed weird extraction issues
This commit is contained in:
parent
6afb0e5eb2
commit
96124aafd5
6 changed files with 32 additions and 15 deletions
|
@ -180,12 +180,13 @@ export default {
|
|||
return
|
||||
}
|
||||
let self = this
|
||||
let msg = this.$gettext('Queue shuffled!')
|
||||
this.isShuffling = true
|
||||
setTimeout(() => {
|
||||
self.$store.dispatch('queue/shuffle', () => {
|
||||
self.isShuffling = false
|
||||
self.$store.commit('ui/addMessage', {
|
||||
content: self.$gettext('Queue shuffled!'),
|
||||
content: msg,
|
||||
date: new Date()
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue