Fix strange behaviour on Track list
This commit is contained in:
parent
7dd6fa1f68
commit
59c7271ecf
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue