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:
parent
5863bf1808
commit
2c1f3a7235
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue