mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-09 05:22:09 +02:00
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:
parent
8d57215938
commit
58ca5ee886
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue