mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 04:30:26 +02:00
Update ListenarrV1Proxy.cs
This commit is contained in:
parent
3b9877a9c1
commit
184b6ac2f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue