mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-14 02:50:07 -04:00
Returns back the list of streams
This commit is contained in:
parent
230e426c9c
commit
4bad886862
5 changed files with 14 additions and 83 deletions
|
@ -52,7 +52,6 @@ export async function fetchChannels() {
|
|||
'closed',
|
||||
'replaced_by',
|
||||
'streams',
|
||||
'guides',
|
||||
'is_nsfw',
|
||||
'is_closed',
|
||||
'is_blocked'
|
||||
|
@ -128,8 +127,6 @@ async function loadAPI() {
|
|||
.then(data => _.groupBy(data, 'channel'))
|
||||
.catch(console.error)
|
||||
|
||||
api.guides = {}
|
||||
|
||||
api.channels = await fetch('https://iptv-org.github.io/api/channels.json')
|
||||
.then(r => r.json())
|
||||
.catch(err => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue