1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +00:00

Update GimmePeers.cs (#993)

This commit is contained in:
jamesb2147 2017-01-27 13:23:57 -06:00 committed by kaso17
parent 5863bf1808
commit 2c1f3a7235

View file

@ -21,7 +21,7 @@ namespace Jackett.Indexers
public class GimmePeers : BaseIndexer, IIndexer
{
private string BrowseUrl => SiteLink + "browse.php";
private string LoginUrl => SiteLink + "login.php";
private string LoginUrl => SiteLink + "takelogin.php";
new ConfigurationDataBasicLogin configData
{