Merge pull request #8689 from iptv-org/update-db-update

Update database/update.js
pull/8690/head^2
Aleksandr Statciuk 3 years ago committed by GitHub
commit 7a1028c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -149,6 +149,7 @@ function parseStatus(error) {
case 'FFMPEG_PROCESS_TIMEOUT':
return 'timeout'
case 'HTTP_FORBIDDEN':
case 'HTTP_UNAUTHORIZED':
case 'HTTP_UNAVAILABLE_FOR_LEGAL_REASONS':
return 'blocked'
default:

Loading…
Cancel
Save