1
0
Fork 0
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:
Chocobozzz 2021-12-15 16:25:33 +01:00
parent bf1c3c78b0
commit 9576506763
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 9 additions and 2 deletions

View file

@ -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'
}