mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
configure h265 params
This commit is contained in:
parent
537fdc5e11
commit
f188ee8847
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
var port = systemInfo.HttpServerPortNumber;
|
||||
|
||||
$('#ports', page).html(Globalize.translate('LabelRunningOnPort').replace('{0}', '<b>' + port + '</b>'));
|
||||
$('#ports', page).html(Globalize.translate('LabelRunningOnPort', '<b>' + port + '</b>'));
|
||||
|
||||
if (systemInfo.CanSelfRestart) {
|
||||
$('.btnRestartContainer', page).removeClass('hide');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue