1
0
Fork 0

Always list nsfw videos in admin

This commit is contained in:
Chocobozzz 2023-02-25 16:22:33 +01:00
parent 6de076222a
commit 357308ce22
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ export class VideoListComponent extends RestTable <Video> implements OnInit {
this.videoAdminService.getAdminVideos({
pagination: this.pagination,
sort: this.sort,
nsfw: 'both', // Always list NSFW video, overriding instance/user setting
search: this.search
}).pipe(finalize(() => this.loading = false))
.subscribe({