mirror of https://github.com/Chocobozzz/PeerTube
Always list nsfw videos in admin
parent
6de076222a
commit
357308ce22
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue