ci: remove old index.js

This commit is contained in:
2025-10-08 07:44:18 -07:00
parent ec24c51eea
commit c5c2f741f0
2 changed files with 1 additions and 2760 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -103,7 +103,7 @@ let FILE_GZP_MODIFIED = 0;
const envAppRelease = process.env.RELEASE || 'stable';
const envUrlRepo = process.env.URL_REPO || 'https://git.binaryninja.net/binaryninja';
const envXmlEpg = process.env.URL_EPG || 'https://epg.binaryninja.net/XMLTV-EPG';
const envXmlEpg = process.env.URL_EPG || 'https://epg.binaryninja.net/XMLTV-EPG';
const envStreamQuality = process.env.STREAM_QUALITY || 'hd';
const envFileURL = process.env.FILE_URL || 'urls.txt';
const envFileM3U = process.env.FILE_M3U || 'playlist.m3u8';