1
0
Fork 0

Fix account videos search

This commit is contained in:
Chocobozzz 2024-10-07 09:56:35 +02:00
parent d96bc49742
commit 6f93dc041b
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -45,7 +45,8 @@ export class VideoFilters {
[ 'categoryOneOf', undefined ], [ 'categoryOneOf', undefined ],
[ 'scope', 'federated' ], [ 'scope', 'federated' ],
[ 'allVideos', false ], [ 'allVideos', false ],
[ 'live', 'both' ] [ 'live', 'both' ],
[ 'search', '' ]
]) ])
private activeFilters: VideoFilterActive[] = [] private activeFilters: VideoFilterActive[] = []