ContinueReading has been pulled from UI. The query doesn't work and no longer sure I need.

This commit is contained in:
Joseph Milazzo 2021-03-20 12:44:18 -05:00
parent a125b2ac0b
commit f77de66d97
3 changed files with 91 additions and 19 deletions

View file

@ -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
{