1
0
Fork 0
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:
Bill Thornton 2024-06-08 20:00:10 -04:00 committed by GitHub
commit 0a40507f3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
});
}