Torrent Queuing for Botched torrent (#83)
* Implement a queue for handling failed torrent * Add checks for getting slots * Few other cleanups, change some function names
This commit is contained in:
@@ -159,7 +159,7 @@ func (r *Repair) findDebridForPath(dir string, clients map[string]types.Client)
|
||||
}
|
||||
|
||||
if filepath.Clean(mountPath) == filepath.Clean(dir) {
|
||||
debridName := client.GetName()
|
||||
debridName := client.Name()
|
||||
|
||||
// Cache the result
|
||||
r.cacheMutex.Lock()
|
||||
|
||||
Reference in New Issue
Block a user