From cd31cc5a17f1f14f8f54e8274d3410d75855f2d6 Mon Sep 17 00:00:00 2001 From: Jorenn92 Date: Mon, 8 Jan 2024 18:30:11 +0100 Subject: [PATCH] fix(rules): Resolved an issue where the Sonarr status rule was incorrectly mapped and couldn't function --- server/src/modules/rules/constants/rules.constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/modules/rules/constants/rules.constants.ts b/server/src/modules/rules/constants/rules.constants.ts index 63993cbf..3f57ef0e 100644 --- a/server/src/modules/rules/constants/rules.constants.ts +++ b/server/src/modules/rules/constants/rules.constants.ts @@ -428,8 +428,8 @@ export class RuleConstants { } as Property, { id: 6, - name: 'status (continuing, ended)', - humanName: 'Status', + name: 'status', + humanName: 'Status (continuing, ended)', mediaType: MediaType.SHOW, type: RuleType.TEXT, showType: [EPlexDataType.SHOWS],