Merge branch 'master' into UltraHDR-patch-4

This commit is contained in:
UltraHDR 2022-09-11 20:13:09 +01:00 committed by GitHub
commit 4bfe678d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: