1
0
mirror of https://github.com/iptv-org/iptv.git synced 2025-06-19 01:55:13 +08:00

Update format.js

This commit is contained in:
Aleksandr Statciuk 2021-11-03 09:48:28 +03:00
parent 3d060051e5
commit 73e0ea9223

View File

@ -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
}