Always list nsfw videos in admin
This commit is contained in:
parent
6de076222a
commit
357308ce22
|
@ -205,6 +205,7 @@ export class VideoListComponent extends RestTable <Video> implements OnInit {
|
||||||
this.videoAdminService.getAdminVideos({
|
this.videoAdminService.getAdminVideos({
|
||||||
pagination: this.pagination,
|
pagination: this.pagination,
|
||||||
sort: this.sort,
|
sort: this.sort,
|
||||||
|
nsfw: 'both', // Always list NSFW video, overriding instance/user setting
|
||||||
search: this.search
|
search: this.search
|
||||||
}).pipe(finalize(() => this.loading = false))
|
}).pipe(finalize(() => this.loading = false))
|
||||||
.subscribe({
|
.subscribe({
|
||||||
|
|
Loading…
Reference in New Issue