Skip to content

Commit

Permalink
Fix epgDate in updateEPG function
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Nov 30, 2023
1 parent 62f3238 commit 181d3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/epg.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function updateEPG(epgData) {

if (difference <= 0) {
clearInterval(timerInterval);
updateEPG();
updateEPG(epgData);
return;
}

Expand Down

0 comments on commit 181d3e1

Please sign in to comment.