Cleaned up some TODOs.

This commit is contained in:
Joseph Milazzo 2021-01-19 12:51:41 -06:00
parent c75feb03e1
commit 44ebca36ec
3 changed files with 5 additions and 6 deletions

View file

@ -66,7 +66,7 @@ namespace API.Controllers
user.Progresses.Add(new AppUserProgress
{
PagesRead = bookmarkDto.PageNum, // TODO: PagesRead is misleading. Should it be PageNumber or PagesRead (+1)?
PagesRead = bookmarkDto.PageNum,
VolumeId = bookmarkDto.VolumeId,
SeriesId = bookmarkDto.SeriesId,
});