mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-27 18:12:34 -04:00
Epub and OPDS Fixes (#4038)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace API.Entities.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Due to a bleeding text bug in the Epub reader with 1/2 column layout, multiple calculation modes are present
|
||||
/// </summary>
|
||||
public enum EpubPageCalculationMethod
|
||||
{
|
||||
[Description("Default")]
|
||||
Default = 0,
|
||||
[Description("Calculation 1")]
|
||||
Calculation1 = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user