mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-19 21:06:42 +01:00
privatehd/cinemaz: update timezone offset
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
|
||||
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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user