Koreader Progress Sync for all files (#4323)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2026-01-04 12:17:56 -07:00
committed by GitHub
parent f4d9f5be81
commit f5d0ad2ed2
175 changed files with 1900 additions and 1435 deletions
+7 -1
View File
@@ -205,6 +205,12 @@ public enum ServerSettingKey
/// <summary>
/// The resolution to render PDFs as when delivering them as images.
/// </summary>
[Description("pdfRenderResolution")]
[Description("PdfRenderResolution")]
PdfRenderResolution = 41,
/// <summary>
/// How many times Kavita has pinged the Stats API
/// </summary>
/// <remarks>After a set amount, the Stats API will stop recording some information, like Average I/O time</remarks>
[Description("StatsApiHits")]
StatsApiHits = 42
}