diff --git a/plugin/Live/view/Live_restreams/livePanelForm.php b/plugin/Live/view/Live_restreams/livePanelForm.php index bdded6a8f9..a70d18f0d3 100644 --- a/plugin/Live/view/Live_restreams/livePanelForm.php +++ b/plugin/Live/view/Live_restreams/livePanelForm.php @@ -116,7 +116,7 @@ if (!Live::canRestream()) { var json = JSON.parse(row.parameters); //console.log('Live_restreamstableVar parameters', json); if (!empty(json['restream.ypt.me'])) { - return '' + data + ''; + return '' + data + ''; } }