mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5467 from scampower3/use-VideoDoViTitle-playbackinfo
Use VideoDoViTitle when available
This commit is contained in:
commit
0a40507f3d
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ function getMediaSourceStats(session, player) {
|
||||||
if (videoStream.VideoRangeType) {
|
if (videoStream.VideoRangeType) {
|
||||||
sessionStats.push({
|
sessionStats.push({
|
||||||
label: globalize.translate('LabelVideoRangeType'),
|
label: globalize.translate('LabelVideoRangeType'),
|
||||||
value: videoStream.VideoRangeType
|
value: videoStream.VideoDoViTitle || videoStream.VideoRangeType
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue