mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update format.js
This commit is contained in:
parent
3d060051e5
commit
73e0ea9223
1 changed files with 3 additions and 1 deletions
|
@ -130,8 +130,10 @@ function updateStatus(channel, status) {
|
|||
case 'online':
|
||||
channel.status = channel.status === 'Offline' ? 'Not 24/7' : null
|
||||
break
|
||||
case 'offline':
|
||||
case 'error_403':
|
||||
channel.status = 'Geo-blocked'
|
||||
break
|
||||
case 'offline':
|
||||
channel.status = 'Offline'
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue