From af820795cb5fa9f2d8e4961365b0381a1fee4f09 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Mon, 5 Aug 2024 16:50:07 -0300 Subject: [PATCH] Update --- plugin/Live/standAloneFiles/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/Live/standAloneFiles/functions.php b/plugin/Live/standAloneFiles/functions.php index f2b51be0bb..390964c267 100644 --- a/plugin/Live/standAloneFiles/functions.php +++ b/plugin/Live/standAloneFiles/functions.php @@ -34,7 +34,7 @@ function getRestreamsRuning() 'live_restreams_id' => $live_restreams_id, 'liveTransmitionHistory_id' => $liveTransmitionHistory_id, 'restream_destination' => $restreamDomain, - 'line' => $line, + //'line' => $line, ); $restreams_ids[] = $live_restreams_id; $liveTransmitionHistory_ids[] = $liveTransmitionHistory_id;