mirror of
https://github.com/Readarr/Readarr
synced 2025-12-30 20:25:18 +01:00
Fixed: Calibre add/remove format API
This commit is contained in:
parent
400bc5f8bb
commit
82bb65ecb6
1 changed files with 2 additions and 1 deletions
|
|
@ -26,8 +26,9 @@ public class CalibreChanges
|
|||
public string Series { get; set; }
|
||||
[JsonProperty("series_index")]
|
||||
public double? SeriesIndex { get; set; }
|
||||
|
||||
[JsonProperty("added_formats")]
|
||||
public List<CalibreAddFormat> AddedFormats { get; set; }
|
||||
[JsonProperty("removed_formats")]
|
||||
public List<string> RemovedFormats { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue