Add missing field for Kobo OverDrive expiration check (#1774)

This commit is contained in:
Jose Alvarez
2025-12-06 22:18:18 -05:00
committed by GitHub
parent 7b5128a511
commit 21e53e1609

View File

@@ -52,5 +52,6 @@ public class BookEntitlement {
@JsonInclude(JsonInclude.Include.NON_NULL)
public static class ActivePeriod {
private String from;
private String to;
}
}