kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): only display music channels in channels page
rodzic
35f0c0d81b
commit
31c3446927
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue