mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Add missing field for Kobo OverDrive expiration check (#1774)
This commit is contained in:
@@ -52,5 +52,6 @@ public class BookEntitlement {
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public static class ActivePeriod {
|
||||
private String from;
|
||||
private String to;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user