Fixed: Set Token for PHD after re-auth

This commit is contained in:
Qstick
2021-03-20 01:36:38 -04:00
parent 31b13345c7
commit acbb6e3549
4 changed files with 21 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Avistaz
public int Seed { get; set; }
[JsonProperty(PropertyName = "file_size")]
public int FileSize { get; set; }
public long FileSize { get; set; }
[JsonProperty(PropertyName = "file_count")]
public int FileCount { get; set; }