From 70192906ba3359118b2557ed35c59cc39d538d5a Mon Sep 17 00:00:00 2001 From: upsiflu Date: Wed, 26 Mar 2025 13:04:46 +0100 Subject: [PATCH] fix(front): [WIP] Upload Podcast --- front/src/components/audio/ChannelForm.vue | 12 +++-- front/src/components/channels/UploadForm.vue | 52 +++++++++++++------- front/src/components/library/AlbumBase.vue | 7 ++- front/src/components/library/EditForm.vue | 18 ++++--- front/src/views/channels/DetailBase.vue | 2 +- 5 files changed, 58 insertions(+), 33 deletions(-) diff --git a/front/src/components/audio/ChannelForm.vue b/front/src/components/audio/ChannelForm.vue index 79f95e535..5fbb23b39 100644 --- a/front/src/components/audio/ChannelForm.vue +++ b/front/src/components/audio/ChannelForm.vue @@ -1,5 +1,6 @@