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) -