1
0
Fork 0
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:
Luke Pulverenti 2015-01-10 22:06:16 -05:00
parent 537fdc5e11
commit f188ee8847

View file

@ -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');