diff options
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)} |