chore:
- Rewrite arr storage to fix issues with repair - Fix issues with restarts taking longer than expected - Add bw_limit to rclone config - Add support for skipping multi-season - Other minor bug fixes
This commit is contained in:
@@ -161,11 +161,8 @@ func (q *QBit) authenticate(category, username, password string) (*arr.Arr, erro
|
||||
return nil, fmt.Errorf("unauthorized: invalid credentials")
|
||||
}
|
||||
}
|
||||
if arrValidated {
|
||||
// Only update the arr if arr validation was successful
|
||||
a.Source = "auto"
|
||||
arrs.AddOrUpdate(a)
|
||||
}
|
||||
a.Source = "auto"
|
||||
arrs.AddOrUpdate(a)
|
||||
|
||||
return a, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user