From 8a24f750f0966af722da4d32bef0bb8bccc78036 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 23 Mar 2025 07:36:42 +0100 Subject: [PATCH] fix(front): show more channels and podcasts --- front/src/components/library/Podcasts.vue | 1 - front/src/views/channels/List.vue | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/front/src/components/library/Podcasts.vue b/front/src/components/library/Podcasts.vue index fbdb31e5c..29cfba62e 100644 --- a/front/src/components/library/Podcasts.vue +++ b/front/src/components/library/Podcasts.vue @@ -80,7 +80,6 @@ const fetchData = async () => { page_size: paginateBy.value, q: query.value, ordering: orderingString.value, - playable: 'true', tag: tags.value, include_channels: 'true', content_category: 'podcast' diff --git a/front/src/views/channels/List.vue b/front/src/views/channels/List.vue index fa2e6d022..392082719 100644 --- a/front/src/views/channels/List.vue +++ b/front/src/views/channels/List.vue @@ -299,9 +299,11 @@ const showCreateModal = ref(false) -