mirror of https://github.com/Chocobozzz/PeerTube
Fix account videos search
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