Exclude external podcasts from library home

This commit is contained in:
Agate 2020-04-22 09:17:05 +02:00
commit 32e7bc8a9c
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
3 changed files with 32 additions and 2 deletions

View file

@ -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>