1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use VideoDoViTitle when available

This commit is contained in:
LJQ 2024-05-09 15:54:50 +08:00
parent 7102b17dc0
commit 12cb4a1f61

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