fix(front): show more channels and podcasts
This commit is contained in:
parent
a3aef2f085
commit
8a24f750f0
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue