Fix strange behaviour on Track list
This commit is contained in:
parent
14b95876c5
commit
8e432c9b6b
@ -73,7 +73,9 @@
|
|||||||
if (edit) {
|
if (edit) {
|
||||||
goto('musiks/tracks/' + track.id);
|
goto('musiks/tracks/' + track.id);
|
||||||
} else {
|
} else {
|
||||||
track = track.toggleEnable()
|
track.toggleEnable().then((t) => {
|
||||||
|
refresh_tracks();
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user