ComicInfo Derived Reading Lists (#1929)
* Implemented the ability to generate reading lists from StoryArc and StoryArcNumber ComicInfo fields. * Refactored to add AlternativeSeries support. * Fixed up the handling when we need to update reading list where order is already present. * Refactored how skipping empty reading list pairs works
This commit is contained in:
parent
1e535d27fa
commit
7f53eadfda
13 changed files with 2061 additions and 41 deletions
|
|
@ -54,4 +54,10 @@ public class ReadingListBuilder : IEntityBuilder<ReadingList>
|
|||
_readingList.CoverImage = coverImage;
|
||||
return this;
|
||||
}
|
||||
|
||||
public ReadingListBuilder WithAppUserId(int userId)
|
||||
{
|
||||
_readingList.AppUserId = userId;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue