Cleaned up some TODOs.
This commit is contained in:
parent
c75feb03e1
commit
44ebca36ec
3 changed files with 5 additions and 6 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue