From 1c770ff5c2edb534e278ffc8e86d7d3340aaa31a Mon Sep 17 00:00:00 2001 From: wvffle Date: Sun, 17 Jul 2022 11:14:54 +0000 Subject: [PATCH] Fix force adding already existing track to the playlist (#1802) --- front/src/components/playlists/Form.vue | 2 ++ .../components/playlists/PlaylistModal.vue | 29 ++++++++++--------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue index edd0f6bf8..6b6e3f141 100644 --- a/front/src/components/playlists/Form.vue +++ b/front/src/components/playlists/Form.vue @@ -94,6 +94,8 @@ const submit = async () => { isLoading.value = false } + +