mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
avistaz: update timezone offset
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Jackett.Common.Indexers.Definitions.Abstract
|
||||
|
||||
public override bool SupportsPagination => false;
|
||||
|
||||
protected virtual string TimezoneOffset => "-04:00"; // Avistaz does not specify a timezone & returns server time
|
||||
protected virtual string TimezoneOffset => "-05:00"; // Avistaz does not specify a timezone & returns server time
|
||||
|
||||
private readonly Dictionary<string, string> AuthHeaders = new Dictionary<string, string>
|
||||
{
|
||||
|
@@ -17,7 +17,7 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
public override string Description => "Aka AsiaTorrents";
|
||||
public override string SiteLink { get; protected set; } = "https://avistaz.to/";
|
||||
|
||||
protected override string TimezoneOffset => "+02:00";
|
||||
protected override string TimezoneOffset => "+01:00";
|
||||
|
||||
public override TorznabCapabilities TorznabCaps => SetCapabilities();
|
||||
|
||||
|
@@ -25,7 +25,7 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
"https://torrents.yourexotic.com/"
|
||||
};
|
||||
|
||||
protected override string TimezoneOffset => "+02:00";
|
||||
protected override string TimezoneOffset => "+01:00";
|
||||
|
||||
public override TorznabCapabilities TorznabCaps => SetCapabilities();
|
||||
|
||||
|
Reference in New Issue
Block a user