mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 10:57:18 -05:00
Update update.js
This commit is contained in:
@@ -145,8 +145,9 @@ function parseStatus(error) {
|
||||
if (!error) return 'online'
|
||||
|
||||
switch (error.code) {
|
||||
case 'FFMPEG_UNDEFINED':
|
||||
return null
|
||||
case 'HTTP_REQUEST_TIMEOUT':
|
||||
case 'FFMPEG_PROCESS_TIMEOUT':
|
||||
return 'timeout'
|
||||
case 'HTTP_FORBIDDEN':
|
||||
case 'HTTP_UNAUTHORIZED':
|
||||
|
||||
Reference in New Issue
Block a user