mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Remove webtorrent support from client
This commit is contained in:
parent
8ef866071f
commit
a1bd2b77d9
80 changed files with 2590 additions and 3896 deletions
|
@ -59,6 +59,10 @@ export const clientFilterHookObject = {
|
|||
'filter:internal.video-watch.player.build-options.params': true,
|
||||
'filter:internal.video-watch.player.build-options.result': true,
|
||||
|
||||
// Filter the options to load a new video in our player
|
||||
'filter:internal.video-watch.player.load-options.params': true,
|
||||
'filter:internal.video-watch.player.load-options.result': true,
|
||||
|
||||
// Filter our SVG icons content
|
||||
'filter:internal.common.svg-icons.get-content.params': true,
|
||||
'filter:internal.common.svg-icons.get-content.result': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue