Fix account videos search

master
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
1 changed files with 2 additions and 1 deletions

View File

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