Fix Debrid-Link notDebrid handling

This commit is contained in:
Sucukdeluxe
2026-03-08 20:39:00 +01:00
parent e19cdf247c
commit df8cbcf1c9
3 changed files with 89 additions and 2 deletions
+3
View File
@@ -470,6 +470,9 @@ function isTemporaryUnrestrictError(errorText: string): boolean {
const text = String(errorText || "").toLowerCase();
return text.includes("server error")
|| text.includes("internal server error")
|| text.includes("notdebrid")
|| text.includes("unable to generate link")
|| text.includes("kann aktuell nicht generiert werden")
|| text.includes("temporarily unavailable")
|| text.includes("temporary unavailable")
|| text.includes("temporarily disabled")