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

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
}