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