subsplease: prevent double slash in api url

This commit is contained in:
ilike2burnthing
2023-01-07 15:00:51 +00:00
committed by GitHub
parent c95d268a94
commit aac2e5500e

View File

@@ -33,7 +33,7 @@ namespace Jackett.Common.Indexers
"https://subsplease.nocensor.world/"
};
private string ApiEndpoint => SiteLink + "/api/?";
private string ApiEndpoint => SiteLink + "api/?";
public SubsPlease(IIndexerConfigurationService configService, Utils.Clients.WebClient wc, Logger l, IProtectionService ps, ICacheService cs)
: base(id: "subsplease",