Merge pull request #5427 from iptv-org/update-format-js

Update format.js
pull/5366/head^2
Shadix A 3 years ago committed by GitHub
commit e6c044d9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ function updateStatus(channel, status) {
channel.status = channel.status === 'Offline' ? 'Not 24/7' : null
break
case 'error_403':
channel.status = 'Geo-blocked'
if (!channel.status) channel.status = 'Geo-blocked'
break
case 'offline':
if (channel.status !== 'Not 24/7') channel.status = 'Offline'

Loading…
Cancel
Save