fix (fe playlist): fixed tracks error on new playlist
This commit is contained in:
parent
8e3103b9db
commit
f1b467e4f3
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ const rehydratateTracks = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
rehydratateTracks()
|
if (typeof props.tracks === "object") {
|
||||||
|
rehydratateTracks();
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
const checkMove = (e) => {
|
const checkMove = (e) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue