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; }