configure h265 params

This commit is contained in:
Luke Pulverenti
2015-01-10 22:06:16 -05:00
parent 537fdc5e11
commit f188ee8847
+1 -1
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');