Add ability for admins to set default p2p policy

This commit is contained in:
Chocobozzz
2021-12-15 15:58:10 +01:00
parent c77fdc605b
commit a9bfa85d2c
59 changed files with 789 additions and 415 deletions

View File

@@ -6679,7 +6679,7 @@ components:
type: integer
description: The user daily video quota in bytes
example: -1
webtorrentEnabled:
p2pEnabled:
type: boolean
description: Enable P2P in the player
UserWithStats:
@@ -6780,7 +6780,7 @@ components:
- 'true'
- 'false'
- both
webTorrentEnabled:
p2pEnabled:
type: boolean
description: whether to enable P2P in the player or not
autoPlayVideo: