fix(front): show more channels and podcasts

This commit is contained in:
ArneBo 2025-03-23 07:36:42 +01:00
parent a3aef2f085
commit 8a24f750f0
2 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -299,9 +299,11 @@ const showCreateModal = ref(false)
</Layout>
</Layout>
<Spacer />
<artist-widget
<channels-widget
:key="widgetKey"
:limit="paginateBy"
:filters="{q: query, playable: true, ordering: ordering, include_channels: true, content_category: 'music', tags: tags}"
:show-modification-date="true"
:filters="{q: subscribedQuery, subscribed: 'false'}"
/>
<Modal