mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Move all data fetching to BookInfo v2
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user