diff --git a/src/components/playerstats/playerstats.js b/src/components/playerstats/playerstats.js index 2d34723721..fc286c6560 100644 --- a/src/components/playerstats/playerstats.js +++ b/src/components/playerstats/playerstats.js @@ -271,7 +271,7 @@ function getMediaSourceStats(session, player) { if (videoStream.VideoRangeType) { sessionStats.push({ label: globalize.translate('LabelVideoRangeType'), - value: videoStream.VideoRangeType + value: videoStream.VideoDoViTitle || videoStream.VideoRangeType }); }