mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add P2P enabled/disabled in player card
This commit is contained in:
parent
bf1c3c78b0
commit
9576506763
3 changed files with 9 additions and 2 deletions
|
@ -51,6 +51,9 @@ const playerKeys = {
|
|||
'Buffer Progress': 'Buffer Progress',
|
||||
'Buffer State': 'Buffer State',
|
||||
'Live Latency': 'Live Latency',
|
||||
'P2P': 'P2P',
|
||||
'enabled': 'enabled',
|
||||
'disabled': 'disabled',
|
||||
' off': ' off',
|
||||
'Player mode': 'Player mode'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue