Documenter release et demo

This commit is contained in:
Johnnybegood90
2026-03-15 04:51:06 +01:00
parent 68f65f84b2
commit ef374b2633
6 changed files with 46 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
const EPG_SOURCES = <?= json_encode(array_values($epg_sources)) ?>;
const L = <?= json_encode($L) ?>;
const ALLOW_PERSONAL_EPG = <?= $allow_personal_epg ? 'true' : 'false' ?>;
const ALLOW_PERSONAL_M3U = <?= $allow_personal_m3u ? 'true' : 'false' ?>;
// Index of the currently selected source.
let activeSourceIndex = 0;