Use hardware encoding string over boolean
This commit is contained in:
@@ -175,7 +175,7 @@ import ServerConnections from '../ServerConnections';
|
||||
}
|
||||
sessionStats.push({
|
||||
label: globalize.translate('LabelHardwareEncoding'),
|
||||
value: session.TranscodingInfo.IsHardwareEncode
|
||||
value: session.TranscodingInfo.HardwareAccelerationType
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user