Not sure if this is correct? #13147
iAJue
started this conversation in
General Discussions
Replies: 1 comment 1 reply
-
try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, let's start with the code:
template
PlaylistSelectModal.vue
Issue description:
Using
const currentSong = ref(props.currentSong);
causes thesong
retrieved in theaddToPlaylist
function to be empty, even though the structure exists.My description might not be entirely clear, so let me provide an example.
If the line

// const currentSong = ref(props.currentSong);
is commented out:If the line

const currentSong = ref(props.currentSong);
is enabled:Beta Was this translation helpful? Give feedback.
All reactions