mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Always list nsfw videos in admin
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user