Add AllDebrid support

This commit is contained in:
Mukhtar Akere
2025-01-01 17:12:18 +01:00
parent eeb3a31b05
commit 28e5342c66
9 changed files with 340 additions and 8 deletions
+2
View File
@@ -56,6 +56,8 @@ func createDebrid(dc common.DebridConfig, cache *common.Cache) Service {
return NewTorbox(dc, cache)
case "debridlink":
return NewDebridLink(dc, cache)
case "alldebrid":
return NewAllDebrid(dc, cache)
default:
return NewRealDebrid(dc, cache)
}