mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 07:15:24 +00:00
Fixed: Calibre add/remove format API
This commit is contained in:
@@ -26,8 +26,9 @@ namespace NzbDrone.Core.Books.Calibre
|
||||
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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user