diff --git a/tvapp2/www/index.html b/tvapp2/www/index.html index 93ad0f18..6fe7b206 100644 --- a/tvapp2/www/index.html +++ b/tvapp2/www/index.html @@ -99,7 +99,7 @@ - XML / EPG guide data compressed into tar.gz + XML / EPG guide data in compressed gzip format @@ -125,7 +125,7 @@ const urlBase = window.location.origin; const urlM3U = urlBase + "/playlist"; const urlXML = urlBase + "/epg"; - const urlTAR = urlBase + "/tar"; + const urlTAR = urlBase + "/gzip"; document.getElementById("m3u-name").textContent = "<%= fileM3U %>"; document.getElementById("m3u-name").href = urlM3U;