mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Merge branch 'master' into fix-channels-json
This commit is contained in:
commit
ed30a70c9a
5 changed files with 134 additions and 132 deletions
|
@ -96,7 +96,9 @@ async function updateStreams() {
|
|||
status = item.status
|
||||
else if (prevStatus.code === 'geo_blocked') // geo_blocked -> * = geo_blocked
|
||||
status = item.status
|
||||
else if(prevStatus.code === 'offline' && status.code === 'online') // offline -> online = not_247
|
||||
else if (status.code === 'geo_blocked') // * -> geo_blocked = *
|
||||
status = item.status
|
||||
else if (prevStatus.code === 'offline' && status.code === 'online') // offline -> online = not_247
|
||||
status = statuses['not_247']
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue