fix(front): only display music channels in channels page

environments/review-docs-fix-c-7zsj9z/deployments/21696
ArneBo 2025-11-28 11:52:05 +01:00 zatwierdzone przez Petitminion
rodzic 35f0c0d81b
commit 31c3446927
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -227,7 +227,7 @@ const showCreateModal = ref(false)
:key="widgetKey"
:limit="4"
:show-modification-date="true"
:filters="{q: subscribedQuery, subscribed: 'true'}"
:filters="{q: subscribedQuery, subscribed: 'true', content_category:'music'}"
/>
</Section>
<!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2437 -->
@ -285,7 +285,7 @@ const showCreateModal = ref(false)
:key="widgetKey"
:limit="paginateBy"
:show-modification-date="true"
:filters="{q: subscribedQuery, subscribed: 'false'}"
:filters="{q: subscribedQuery, subscribed: 'false', content_category:'music'}"
/>
<Modal