diff --git a/src/Lidarr.Api.V1/Indexers/ReleasePushModule.cs b/src/Lidarr.Api.V1/Indexers/ReleasePushModule.cs index 9aecc9b3a..3ef01d1d7 100644 --- a/src/Lidarr.Api.V1/Indexers/ReleasePushModule.cs +++ b/src/Lidarr.Api.V1/Indexers/ReleasePushModule.cs @@ -59,7 +59,7 @@ namespace Lidarr.Api.V1.Indexers throw new ValidationException(new List { new ValidationFailure("Title", "Unable to parse", release.Title) }); } - return MapDecisions(new[] { firstDecision }).AsResponse(); + return MapDecisions(new[] { firstDecision }).First().AsResponse(); } private void ResolveIndexer(ReleaseInfo release)