fix: correct sonarr override rules
This commit is contained in:
@@ -1121,7 +1121,7 @@ export class MediaRequest {
|
||||
|
||||
const overrideRuleRepository = getRepository(OverrideRule);
|
||||
const overrideRules = await overrideRuleRepository.find({
|
||||
where: { radarrServiceId: sonarrSettings.id },
|
||||
where: { sonarrServiceId: sonarrSettings.id },
|
||||
});
|
||||
const appliedOverrideRules = overrideRules.filter((rule) => {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user