Update format.js

This commit is contained in:
Aleksandr Statciuk 2021-09-18 13:28:24 +03:00
parent 51f386115f
commit 2a5428e1be
1 changed files with 1 additions and 0 deletions

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
}