mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update store.js
This commit is contained in:
parent
81a2d9ad51
commit
20f4fa6a0c
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ export async function fetchChannels() {
|
||||||
'is_nsfw',
|
'is_nsfw',
|
||||||
'is_closed',
|
'is_closed',
|
||||||
'is_blocked',
|
'is_blocked',
|
||||||
'_guideNames'
|
'_guideNames',
|
||||||
|
'_streamUrls'
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue