Use hardware encoding string over boolean
This commit is contained in:
parent
4bbd706294
commit
f2b4ae881b
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ import ServerConnections from '../ServerConnections';
|
||||||
}
|
}
|
||||||
sessionStats.push({
|
sessionStats.push({
|
||||||
label: globalize.translate('LabelHardwareEncoding'),
|
label: globalize.translate('LabelHardwareEncoding'),
|
||||||
value: session.TranscodingInfo.IsHardwareEncode
|
value: session.TranscodingInfo.HardwareAccelerationType
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue