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:
parent
bf341705fa
commit
bb3e88b54d
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue