From 184b6ac2f45599fc42882d677b9061a7a882a071 Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Wed, 1 Apr 2026 20:54:38 -0400 Subject: [PATCH] Update ListenarrV1Proxy.cs --- src/NzbDrone.Core/Applications/Listenarr/ListenarrV1Proxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Applications/Listenarr/ListenarrV1Proxy.cs b/src/NzbDrone.Core/Applications/Listenarr/ListenarrV1Proxy.cs index c541f117b..e5d7cf049 100644 --- a/src/NzbDrone.Core/Applications/Listenarr/ListenarrV1Proxy.cs +++ b/src/NzbDrone.Core/Applications/Listenarr/ListenarrV1Proxy.cs @@ -23,7 +23,7 @@ public interface IListenarrV1Proxy public class ListenarrV1Proxy : IListenarrV1Proxy { - private static Version MinimumApplicationVersion => new(0, 2, 65, 0); + private static Version MinimumApplicationVersion => new(0, 2, 66, 0); private const string AppApiRoute = "/api/v1"; private const string AppIndexerApiRoute = $"{AppApiRoute}/prowlarr/indexer";