mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add host to common video filters
This commit is contained in:
parent
e433a74bb6
commit
94a7879d7d
12 changed files with 103 additions and 29 deletions
|
@ -615,13 +615,15 @@ export class VideosCommand extends AbstractCommand {
|
|||
'categoryOneOf',
|
||||
'licenceOneOf',
|
||||
'languageOneOf',
|
||||
'host',
|
||||
'privacyOneOf',
|
||||
'tagsOneOf',
|
||||
'tagsAllOf',
|
||||
'isLocal',
|
||||
'include',
|
||||
'skipCount',
|
||||
'autoTagOneOf'
|
||||
'autoTagOneOf',
|
||||
'search'
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue