privatehd/cinemaz: update timezone offset

This commit is contained in:
Bogdan
2025-03-25 13:08:09 +02:00
parent b67a9dfbc7
commit 5eaeaf397b

View File

@@ -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>
{ {