Fixed: Preferred is not an indexer field

Fixes #3595
This commit is contained in:
Mark McDowall 2020-03-02 08:29:46 -08:00
parent 506023b0f3
commit a824ce691b
2 changed files with 1 additions and 2 deletions

View File

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

View File

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