Move all data fetching to BookInfo v2

This commit is contained in:
BookInfo
2022-01-12 21:38:30 +00:00
committed by ta264
parent 33e1c4a537
commit 1491788081
43 changed files with 904 additions and 941 deletions
@@ -13,8 +13,7 @@ namespace NzbDrone.Core.MetadataSource.BookInfo
public class SeriesWorkLinkResource
{
public string ForeignSeriesId { get; set; }
public string ForeignWorkId { get; set; }
public int ForeignWorkId { get; set; }
public string PositionInSeries { get; set; }
public int SeriesPosition { get; set; }
public bool Primary { get; set; }