1
0
Fork 0
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:
Chocobozzz 2025-01-31 15:49:38 +01:00
parent e433a74bb6
commit 94a7879d7d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 103 additions and 29 deletions

View file

@ -615,13 +615,15 @@ export class VideosCommand extends AbstractCommand {
'categoryOneOf',
'licenceOneOf',
'languageOneOf',
'host',
'privacyOneOf',
'tagsOneOf',
'tagsAllOf',
'isLocal',
'include',
'skipCount',
'autoTagOneOf'
'autoTagOneOf',
'search'
])
}