Epub and OPDS Fixes (#4038)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2025-09-21 17:31:47 -05:00
committed by GitHub
parent 82d85363b0
commit 21448a86ba
23 changed files with 4174 additions and 43 deletions
@@ -732,6 +732,9 @@ namespace API.Data.Migrations
.HasColumnType("TEXT")
.HasDefaultValue("#000000");
b.Property<int>("BookReaderEpubPageCalculationMethod")
.HasColumnType("INTEGER");
b.Property<string>("BookReaderFontFamily")
.HasColumnType("TEXT");