1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add ability to bulk block videos

This commit is contained in:
Chocobozzz 2021-11-17 11:18:49 +01:00
parent 4bdff96d77
commit 3cfa817672
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 110 additions and 39 deletions

View file

@ -128,7 +128,7 @@ export class VideoActionsDropdownComponent implements OnChanges {
showBlockModal () {
this.modalOpened.emit()
this.videoBlockModal.show()
this.videoBlockModal.show([ this.video ])
}
showLiveInfoModal (video: Video) {