1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add more live latency info in stats for nerds

This commit is contained in:
Chocobozzz 2023-10-30 11:08:09 +01:00
parent a12d94f30d
commit 04bd31bc18
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 22 additions and 5 deletions

View file

@ -75,7 +75,8 @@ const playerKeys = {
'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password',
'Cancel': 'Cancel',
'Up Next': 'Up Next',
'Autoplay is suspended': 'Autoplay is suspended'
'Autoplay is suspended': 'Autoplay is suspended',
'{1} (from edge: {2})': '{1} (from edge: {2})'
}
Object.assign(playerKeys, videojs)