From d6b1749ca717c44c8fcd7f95e35a70c9aa068a9b Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 31 May 2024 13:06:41 -0300 Subject: [PATCH] Update --- plugin/Live/view/Live_restreams/livePanelForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/Live/view/Live_restreams/livePanelForm.php b/plugin/Live/view/Live_restreams/livePanelForm.php index bdded6a8f954..a70d18f0d34f 100644 --- a/plugin/Live/view/Live_restreams/livePanelForm.php +++ b/plugin/Live/view/Live_restreams/livePanelForm.php @@ -116,7 +116,7 @@ var json = JSON.parse(row.parameters); //console.log('Live_restreamstableVar parameters', json); if (!empty(json['restream.ypt.me'])) { - return '' + data + ''; + return '' + data + ''; } }