Fixed: Preferred is not an indexer field

Fixes #3595
pull/3596/head
Mark McDowall 5 years ago
parent 506023b0f3
commit a824ce691b

@ -32,7 +32,7 @@ class PageContentBody extends Component {
...otherProps ...otherProps
} = this.props; } = this.props;
const ScrollerComponent = isSmallScreen ? Scroller : OverlayScroller; const ScrollerComponent = OverlayScroller;
return ( return (
<ScrollerComponent <ScrollerComponent

@ -36,7 +36,6 @@ namespace Sonarr.Api.V3.Profiles.Release
{ {
context.AddFailure(nameof(ReleaseProfile.IndexerId), "Indexer does not exist"); context.AddFailure(nameof(ReleaseProfile.IndexerId), "Indexer does not exist");
} }
context.AddFailure(nameof(ReleaseProfile.Preferred), "Indexer does not exist");
}); });
} }

Loading…
Cancel
Save