Koreader Progress Sync Issues (#4319)

This commit is contained in:
Joe Milazzo
2026-01-01 13:07:21 -07:00
committed by GitHub
parent 7b9d1cc691
commit fe6e640f5d
7 changed files with 33 additions and 66 deletions
@@ -213,7 +213,6 @@ public class SmartCollectionSyncService : ISmartCollectionSyncService
}
// At this point, all series in the info have been checked and added if necessary
// You may want to commit changes to the database if needed
collection.LastSyncUtc = DateTime.UtcNow.Truncate(TimeSpan.TicksPerHour);
collection.TotalSourceCount = info.TotalItems;
collection.Summary = info.Summary;