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

Update format.js
This commit is contained in:
Dum4G 2021-09-18 18:07:09 +03:00 committed by GitHub
commit e8ee100340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@ function updateStatus(channel, status) {
channel.status = channel.status === 'Offline' ? 'Not 24/7' : null
break
case 'offline':
case 'error_403':
channel.status = 'Offline'
break
}