mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Update update.js
This commit is contained in:
parent
0cd89c3f43
commit
c784cb81cd
1 changed files with 2 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue