fix(front): channels widget on explore
This commit is contained in:
parent
99fee772e0
commit
4ff7ea3abe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue