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:
parent
4bdff96d77
commit
3cfa817672
10 changed files with 110 additions and 39 deletions
|
@ -128,7 +128,7 @@ export class VideoActionsDropdownComponent implements OnChanges {
|
|||
showBlockModal () {
|
||||
this.modalOpened.emit()
|
||||
|
||||
this.videoBlockModal.show()
|
||||
this.videoBlockModal.show([ this.video ])
|
||||
}
|
||||
|
||||
showLiveInfoModal (video: Video) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue