mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Rename _items.json to items.json
This commit is contained in:
parent
6f67ec1398
commit
32d87e7cba
3 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ document.addEventListener('alpine:init', () => {
|
|||
},
|
||||
|
||||
async init() {
|
||||
this.items = await fetch('_items.json')
|
||||
this.items = await fetch('items.json')
|
||||
.then(response => response.json())
|
||||
.catch(console.log)
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ async function main() {
|
|||
item.channels.push(channel)
|
||||
}
|
||||
})
|
||||
writeToFile('.gh-pages/_items.json', convertToJSON(_items))
|
||||
writeToFile('.gh-pages/items.json', convertToJSON(_items))
|
||||
|
||||
console.log('Done')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue