mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 02:55:41 -04:00
Change extM3U URL to XML EPG path
Updated extM3U URL to point to XML EPG location.
This commit is contained in:
@@ -134,7 +134,8 @@ let serverStartup = 0;
|
||||
|
||||
const extURL = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/urls.txt`;
|
||||
const extXML = `${ envXmlEpg }/xmltv.1.xml`;
|
||||
const extM3U = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/formatted.dat`;
|
||||
const extM3U = `${ envXmlEpg }/formatted.dat`;
|
||||
//const extM3U = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/formatted.dat`;
|
||||
|
||||
/*
|
||||
Define › Defaults
|
||||
|
||||
Reference in New Issue
Block a user