diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-28 09:07:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-28 09:07:57 +0200 |
commit | a45050e09edf6e2d74b6db48196f44ef9ce8fa58 (patch) | |
tree | 13d173dfb37e8a4a4f5232c6893b1051d644c00e /client/src | |
parent | 6b4e74c2b7e5bbfc4abf1cd9b67b2067fc93d09f (diff) | |
download | PeerTube-a45050e09edf6e2d74b6db48196f44ef9ce8fa58.tar.gz PeerTube-a45050e09edf6e2d74b6db48196f44ef9ce8fa58.tar.zst PeerTube-a45050e09edf6e2d74b6db48196f44ef9ce8fa58.zip |
Add player mode to player stats
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/assets/player/stats/stats-card.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/stats/stats-card.ts b/client/src/assets/player/stats/stats-card.ts index f66766089..291631088 100644 --- a/client/src/assets/player/stats/stats-card.ts +++ b/client/src/assets/player/stats/stats-card.ts | |||
@@ -212,6 +212,8 @@ class StatsCard extends Component { | |||
212 | : undefined | 212 | : undefined |
213 | 213 | ||
214 | return ` | 214 | return ` |
215 | ${this.buildElement(player.localize('Player mode'), this.options_.mode)} | ||
216 | |||
215 | ${this.buildElement(player.localize('Video UUID'), this.options_.videoUUID)} | 217 | ${this.buildElement(player.localize('Video UUID'), this.options_.videoUUID)} |
216 | 218 | ||
217 | ${this.buildElement(player.localize('Viewport / Frames'), frames)} | 219 | ${this.buildElement(player.localize('Viewport / Frames'), frames)} |