diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/models/video/sql/video/videos-id-list-query-builder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/sql/video/videos-id-list-query-builder.ts b/server/models/video/sql/video/videos-id-list-query-builder.ts index 19aff631d..09cb791db 100644 --- a/server/models/video/sql/video/videos-id-list-query-builder.ts +++ b/server/models/video/sql/video/videos-id-list-query-builder.ts | |||
@@ -186,7 +186,7 @@ export class VideosIdListQueryBuilder extends AbstractRunQuery { | |||
186 | if (options.privacyOneOf) { | 186 | if (options.privacyOneOf) { |
187 | this.wherePrivacyOneOf(options.privacyOneOf) | 187 | this.wherePrivacyOneOf(options.privacyOneOf) |
188 | } else { | 188 | } else { |
189 | // Only list videos with the appropriate priavcy | 189 | // Only list videos with the appropriate privacy |
190 | this.wherePrivacyAvailable(options.user) | 190 | this.wherePrivacyAvailable(options.user) |
191 | } | 191 | } |
192 | 192 | ||