mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
privatehd/cinemaz: update timezone offset
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Jackett.Common.Indexers.Definitions.Abstract
|
|||||||
|
|
||||||
public override bool SupportsPagination => false;
|
public override bool SupportsPagination => false;
|
||||||
|
|
||||||
protected virtual string TimezoneOffset => "-05:00"; // Avistaz does not specify a timezone & returns server time
|
protected virtual string TimezoneOffset => "-04:00"; // Avistaz does not specify a timezone & returns server time
|
||||||
|
|
||||||
private readonly Dictionary<string, string> AuthHeaders = new Dictionary<string, string>
|
private readonly Dictionary<string, string> AuthHeaders = new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user