1
0
Fork 0
This commit is contained in:
Chocobozzz 2022-05-02 11:13:41 +02:00
parent 9794fe1c84
commit 4b3145a7f8
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -186,7 +186,7 @@ export class VideosIdListQueryBuilder extends AbstractRunQuery {
if (options.privacyOneOf) {
this.wherePrivacyOneOf(options.privacyOneOf)
} else {
// Only list videos with the appropriate priavcy
// Only list videos with the appropriate privacy
this.wherePrivacyAvailable(options.user)
}