Almost looking at a Mirror (#4341)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2026-01-11 16:50:22 -07:00
committed by GitHub
parent 0aa9ea29b6
commit a610a057c7
21 changed files with 206 additions and 141 deletions
+2 -1
View File
@@ -542,7 +542,8 @@ public class ReaderController : BaseApiController
PageNum = 0,
ChapterId = chapterId,
VolumeId = 0,
SeriesId = 0
SeriesId = 0,
LibraryId = 0
});
return Ok(progress);
}