diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/overview/videos/video-list.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/overview/videos/video-list.component.ts b/client/src/app/+admin/overview/videos/video-list.component.ts index 1ea295499..ebf82ce16 100644 --- a/client/src/app/+admin/overview/videos/video-list.component.ts +++ b/client/src/app/+admin/overview/videos/video-list.component.ts | |||
@@ -205,6 +205,7 @@ export class VideoListComponent extends RestTable <Video> implements OnInit { | |||
205 | this.videoAdminService.getAdminVideos({ | 205 | this.videoAdminService.getAdminVideos({ |
206 | pagination: this.pagination, | 206 | pagination: this.pagination, |
207 | sort: this.sort, | 207 | sort: this.sort, |
208 | nsfw: 'both', // Always list NSFW video, overriding instance/user setting | ||
208 | search: this.search | 209 | search: this.search |
209 | }).pipe(finalize(() => this.loading = false)) | 210 | }).pipe(finalize(() => this.loading = false)) |
210 | .subscribe({ | 211 | .subscribe({ |