Skip to content

Commit

Permalink
fix(rules): Resolved an issue where the Sonarr status rule was incorr…
Browse files Browse the repository at this point in the history
…ectly mapped and couldn't function
  • Loading branch information
jorenn92 committed Jan 8, 2024
1 parent 446640e commit cd31cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/modules/rules/constants/rules.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit cd31cc5

Please sign in to comment.