From 8395b912a70fc57699417ec9236c25f3190885ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Tyczy=C5=84ski?= Date: Thu, 13 Jun 2024 11:50:58 +0200 Subject: [PATCH] feat(UI): Add new stats to context menu (#6814) --- ui/ui.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/ui.js b/ui/ui.js index 06f50d24da..5c62619533 100644 --- a/ui/ui.js +++ b/ui/ui.js @@ -211,7 +211,11 @@ shaka.ui.Overlay = class { 'pauseTime', 'playTime', 'completionPercent', + 'manifestSizeBytes', 'bytesDownloaded', + 'nonFatalErrorCount', + 'manifestPeriodCount', + 'manifestGapCount', ], contextMenuElements: [ 'loop',