pull/4977/head
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
1 changed files with 1 additions and 1 deletions

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)
}