From 181d3e11aeb3f3435fc64b957699eea7e29dde3b Mon Sep 17 00:00:00 2001 From: Mohammed Rabil Date: Thu, 30 Nov 2023 21:52:28 +0530 Subject: [PATCH] Fix epgDate in updateEPG function --- web/static/epg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/epg.js b/web/static/epg.js index 5e8a4e9e..3951d7bc 100644 --- a/web/static/epg.js +++ b/web/static/epg.js @@ -66,7 +66,7 @@ function updateEPG(epgData) { if (difference <= 0) { clearInterval(timerInterval); - updateEPG(); + updateEPG(epgData); return; }