[addon] change rd torrent retry logic and add failed opening torrent message

This commit is contained in:
TheBeastLT
2021-03-09 12:18:16 +01:00
parent a33d6a9873
commit e1e95d1ecf
3 changed files with 20 additions and 25 deletions

View File

@@ -5,5 +5,6 @@ module.exports = {
FAILED_DOWNLOAD: `${RESOLVER_HOST}/videos/download_failed_v2.mp4`,
FAILED_ACCESS: `${RESOLVER_HOST}/videos/failed_access_v2.mp4`,
FAILED_RAR: `${RESOLVER_HOST}/videos/failed_rar_v2.mp4`,
FAILED_OPENING: `${RESOLVER_HOST}/videos/failed_opening_v2.mp4`,
FAILED_UNEXPECTED: `${RESOLVER_HOST}/videos/failed_unexpected_v2.mp4`
}