Implemented Publication Status in SeriesMetadata and the ability to filter it. (#915)
This commit is contained in:
parent
f8e0fb8a27
commit
2fbcf203aa
28 changed files with 3015 additions and 19 deletions
|
|
@ -53,7 +53,8 @@ public class OpdsController : BaseApiController
|
|||
CollectionTags = new List<int>(),
|
||||
CoverArtist = new List<int>(),
|
||||
ReadStatus = new ReadStatus(),
|
||||
SortOptions = null
|
||||
SortOptions = null,
|
||||
PublicationStatus = new List<PublicationStatus>()
|
||||
};
|
||||
private readonly ChapterSortComparer _chapterSortComparer = new ChapterSortComparer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue