mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add more info to stats card
This commit is contained in:
parent
fde2c8c0c7
commit
a2b99c3c92
2 changed files with 38 additions and 22 deletions
|
@ -96,7 +96,8 @@ const playerKeys = {
|
|||
'Upload speed:': 'Upload speed:',
|
||||
'Download speed:': 'Download speed:',
|
||||
'Uploader note:': 'Uploader note:',
|
||||
'Close': 'Close'
|
||||
'Close': 'Close',
|
||||
'(skipped {1} buffers) ': '(skipped {1} buffers) '
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue