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

View File

@@ -66,7 +66,7 @@ func (t *Torrent) GetMountFolder(rClonePath string) string {
}
for _, path := range possiblePaths {
if path != "" && common.FileReady(filepath.Join(rClonePath, path)) {
if common.FileReady(filepath.Join(rClonePath, path)) {
return path
}
}