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:
parent
4bbd706294
commit
f2b4ae881b
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ import ServerConnections from '../ServerConnections';
|
|||
}
|
||||
sessionStats.push({
|
||||
label: globalize.translate('LabelHardwareEncoding'),
|
||||
value: session.TranscodingInfo.IsHardwareEncode
|
||||
value: session.TranscodingInfo.HardwareAccelerationType
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue