fix(front): remove internal filter from channel widget on explore

This commit is contained in:
ArneBo 2025-02-15 00:28:54 +01:00
parent c6428e2381
commit 6baee019e1
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ fetchData()
<channels-widget
v-if="scope === 'all'"
:show-modification-date="true"
:filters="{ordering: '-creation_date'}"
:limit="12"
:filters="{ordering: '-creation_date', external: 'true'}"
>
<template #title>
{{ t('components.library.Home.header.newChannels') }}
@ -89,7 +89,7 @@ fetchData()
<track-widget
:url="'history/listenings/'"
:filters="{ scope, ordering: '-creation_date', ...qualityFilters}"
:filters="{ scope, ordering: '-creation_date', ...qualityFilters }"
:websocket-handlers="['Listen']"
>
<template #title>