fix(front): channels widget on explore

This commit is contained in:
ArneBo 2025-03-25 04:24:19 +01:00
parent 99fee772e0
commit 4ff7ea3abe
1 changed files with 3 additions and 2 deletions

View File

@ -100,10 +100,11 @@ fetchData()
:filters="{scope: scope, ordering: '-creation_date'}"
/>
<Spacer />
<artist-widget
<channels-widget
:limit="4"
:filters="{playable: true, ordering: '-creation_date', include_channels: true, content_category: 'music'}"
:filters="{ordering: '-creation_date', external: 'false'}"
:title="t('components.library.Home.header.newChannels')"
:show-modification-date="true"
/>
<Spacer />
<artist-widget