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
1 changed files with 1 additions and 1 deletions

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
{