mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
Bit-City Reloaded: fix login
This commit is contained in:
parent
aee64aa589
commit
67b1835264
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
public class BitCityReloaded : BaseWebIndexer
|
||||
{
|
||||
private string LoginUrl { get { return SiteLink + "login.php"; } }
|
||||
private string LoginUrl { get { return SiteLink + "login/index.php"; } }
|
||||
private string BrowseUrl { get { return SiteLink + "uebersicht.php"; } }
|
||||
private TimeZoneInfo germanyTz = TimeZoneInfo.CreateCustomTimeZone("W. Europe Standard Time", new TimeSpan(1, 0, 0), "W. Europe Standard Time", "W. Europe Standard Time");
|
||||
|
||||
|
|
Loading…
Reference in a new issue