1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-04 22:41:49 +00:00

animebytes: fix coding style

This commit is contained in:
Bogdan 2024-12-31 16:42:27 +02:00
parent bf341705fa
commit bb3e88b54d

View file

@ -747,7 +747,7 @@ namespace Jackett.Common.Indexers.Definitions
public int FileCount { get; set; }
[JsonPropertyName("FileList")]
public IReadOnlyCollection<AnimeBytesFile> Files { get; set; }
public IReadOnlyCollection<AnimeBytesFile> Files { get; set; }
[JsonPropertyName("UploadTime")]
public string UploadTime { get; set; }