Bump minimum Listenarr version to 0.2.47

Updated the MinimumApplicationVersion in ListenarrV1Proxy from 0.2.46 to 0.2.47 to require the newer version of Listenarr that will have prowlarr support
This commit is contained in:
Robbie Davis 2026-01-13 16:08:45 -05:00
parent 8d57215938
commit 58ca5ee886

View file

@ -24,7 +24,7 @@ public interface IListenarrV1Proxy
public class ListenarrV1Proxy : IListenarrV1Proxy
{
private static Version MinimumApplicationVersion => new(0, 2, 46, 0);
private static Version MinimumApplicationVersion => new(0, 2, 47, 0);
private const string AppApiRoute = "/api/v1";
private const string AppIndexerApiRoute = $"{AppApiRoute}/indexer";