kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
See #638: fix skipping to last track in album
rodzic
c6e03b15c7
commit
a221633085
|
@ -86,7 +86,7 @@ export default {
|
|||
if (callback && i + 1 === total) {
|
||||
p.then(callback)
|
||||
}
|
||||
if (shouldPlay && p) {
|
||||
if (shouldPlay && p && i + 1 === total) {
|
||||
p.then(() => {
|
||||
dispatch('next')
|
||||
})
|
||||
|
|
Ładowanie…
Reference in New Issue