detail: correctly reset edited playlist

This commit is contained in:
Alexander Capehart 2024-10-14 19:34:51 -06:00
parent 3898646691
commit caa2e02aff
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -431,6 +431,7 @@ constructor(
// TODO: The user could probably press some kind of button if they were fast enough.
// Think of a better way to handle this state.
_editedPlaylist.value = null
refreshPlaylist(playlist.uid)
}
}