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
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)