mirror of https://github.com/Chocobozzz/PeerTube
Typo
parent
9794fe1c84
commit
4b3145a7f8
|
@ -186,7 +186,7 @@ export class VideosIdListQueryBuilder extends AbstractRunQuery {
|
||||||
if (options.privacyOneOf) {
|
if (options.privacyOneOf) {
|
||||||
this.wherePrivacyOneOf(options.privacyOneOf)
|
this.wherePrivacyOneOf(options.privacyOneOf)
|
||||||
} else {
|
} else {
|
||||||
// Only list videos with the appropriate priavcy
|
// Only list videos with the appropriate privacy
|
||||||
this.wherePrivacyAvailable(options.user)
|
this.wherePrivacyAvailable(options.user)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue