KOReader Progress Sync Fix (again) and OPDS Settings (#4174)

Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Joe Milazzo
2025-11-01 12:13:22 -05:00
committed by GitHub
parent 4b2bcda4a0
commit 23e91b51d9
23 changed files with 4278 additions and 95 deletions
@@ -599,6 +599,11 @@ namespace API.Data.Migrations
b.Property<bool>("NoTransitions")
.HasColumnType("INTEGER");
b.Property<string>("OpdsPreferences")
.ValueGeneratedOnAdd()
.HasColumnType("TEXT")
.HasDefaultValue("{\"EmbedProgressIndicator\":true,\"IncludeContinueFrom\":true}");
b.Property<int>("PageSplitOption")
.HasColumnType("INTEGER");