Browse Source

fix: adding to playlist from YouTube search didn't work

Kristian Vos 3 tháng trước cách đây
mục cha
commit
d0e8f0cf83

+ 1 - 1
frontend/src/components/modals/EditPlaylist/Tabs/AddSongs.vue

@@ -259,7 +259,7 @@ watch(
 								@click="
 									addYouTubeSongToPlaylist(
 										playlist._id,
-										result.id,
+										`youtube:${result.id}`,
 										index
 									)
 								"