chore(front): delete unused delete function

This commit is contained in:
ArneBo 2025-05-31 10:56:46 +02:00
parent e4a01a8550
commit abf5894d20
1 changed files with 0 additions and 11 deletions

View File

@ -139,17 +139,6 @@ const randomizedColors = computed(() => shuffleArray(bgcolors.value))
// return t('components.audio.ChannelCard.title', { date })
// })
// TODO: Check if this function is still needed
// const deletePlaylist = async () => {
// try {
// await axios.delete(`playlists/${props.id}/`)
// store.dispatch('playlists/fetchOwn')
// return router.push({ path: '/library' })
// } catch (error) {
// useErrorHandler(error as Error)
// }
// }
// TODO: Implement shuffle
const shuffle = () => {}
</script>