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,
|
page_size: paginateBy.value,
|
||||||
q: query.value,
|
q: query.value,
|
||||||
ordering: orderingString.value,
|
ordering: orderingString.value,
|
||||||
playable: 'true',
|
|
||||||
tag: tags.value,
|
tag: tags.value,
|
||||||
include_channels: 'true',
|
include_channels: 'true',
|
||||||
content_category: 'podcast'
|
content_category: 'podcast'
|
||||||
|
|
|
@ -299,9 +299,11 @@ const showCreateModal = ref(false)
|
||||||
</Layout>
|
</Layout>
|
||||||
</Layout>
|
</Layout>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<artist-widget
|
<channels-widget
|
||||||
|
:key="widgetKey"
|
||||||
:limit="paginateBy"
|
: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
|
<Modal
|
||||||
|
|
Loading…
Reference in New Issue