Exclude external podcasts from library home
This commit is contained in:
parent
fcd1e1b724
commit
32e7bc8a9c
3 changed files with 32 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<h3 class="ui header" >
|
||||
<translate translate-context="*/*/*">New channels</translate>
|
||||
</h3>
|
||||
<channels-widget :show-modification-date="true" :limit="12" :filters="{ordering: '-creation_date'}"></channels-widget>
|
||||
<channels-widget :show-modification-date="true" :limit="12" :filters="{ordering: '-creation_date', external: 'false'}"></channels-widget>
|
||||
</template>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue