Open AntonioMrtz opened 1 month ago
Describe the bug Frontend add Playlist to another shows source Playlist. User cannot add a playlist content into the same.
To Reproduce
src
dst
Añadir a playlist
Expected behavior
Do not show src playlist when trying to add Playlist src to dst
Screenshots
Additional context
Logic is inside ContextMenuPlaylist.tsx -> handleAddPlaylistToPlaylist. Filter request incoming playlist and do not show src to the user
handleAddPlaylistToPlaylist
Add playlist to other playlist shows the src playlist
Describe the bug Frontend add Playlist to another shows source Playlist. User cannot add a playlist content into the same.
To Reproduce
src
anddst
src
, then open context menu with right clickAñadir a playlist
src
Playlist includedExpected behavior
Do not show
src
playlist when trying to add Playlistsrc
todst
Screenshots
Additional context
Logic is inside ContextMenuPlaylist.tsx ->
handleAddPlaylistToPlaylist
. Filter request incoming playlist and do not showsrc
to the user