Fix account videos search
This commit is contained in:
parent
d96bc49742
commit
6f93dc041b
1 changed files with 2 additions and 1 deletions
|
@ -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[] = []
|
||||||
|
|
Loading…
Reference in a new issue