ContinueReading has been pulled from UI. The query doesn't work and no longer sure I need.
This commit is contained in:
parent
a125b2ac0b
commit
f77de66d97
3 changed files with 91 additions and 19 deletions
|
|
@ -306,6 +306,7 @@ namespace API.Data
|
|||
/// <returns></returns>
|
||||
public async Task<IEnumerable<SeriesDto>> GetInProgress(int userId, int libraryId, int limit)
|
||||
{
|
||||
// TODO: Idea: Put Total PagesRead and as return so that we can show a progress bar for full series read progress
|
||||
var series = await _context.Series
|
||||
.Join(_context.AppUserProgresses, s => s.Id, progress => progress.SeriesId, (s, progress) => new
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue