mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add player mode to player stats
This commit is contained in:
parent
6b4e74c2b7
commit
a45050e09e
2 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,8 @@ const playerKeys = {
|
|||
'Download Breakdown': 'Download Breakdown',
|
||||
'Buffer Progress': 'Buffer Progress',
|
||||
'Buffer State': 'Buffer State',
|
||||
'Live Latency': 'Live Latency'
|
||||
'Live Latency': 'Live Latency',
|
||||
'Player mode': 'Player mode'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue