mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix account videos search
This commit is contained in:
parent
d96bc49742
commit
6f93dc041b
@ -45,7 +45,8 @@ export class VideoFilters {
|
||||
[ 'categoryOneOf', undefined ],
|
||||
[ 'scope', 'federated' ],
|
||||
[ 'allVideos', false ],
|
||||
[ 'live', 'both' ]
|
||||
[ 'live', 'both' ],
|
||||
[ 'search', '' ]
|
||||
])
|
||||
|
||||
private activeFilters: VideoFilterActive[] = []
|
||||
|
Loading…
Reference in New Issue
Block a user