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

Use hardware encoding string over boolean

This commit is contained in:
Brandon Nguyen 2021-07-03 15:26:53 -07:00
parent 4bbd706294
commit f2b4ae881b

View file

@ -175,7 +175,7 @@ import ServerConnections from '../ServerConnections';
}
sessionStats.push({
label: globalize.translate('LabelHardwareEncoding'),
value: session.TranscodingInfo.IsHardwareEncode
value: session.TranscodingInfo.HardwareAccelerationType
});
}