working kobo provider

This commit is contained in:
opswhisperer
2025-09-13 14:28:38 -07:00
parent 2ff6fb759f
commit 52a1d19df2
3 changed files with 1173 additions and 2 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -70,7 +70,7 @@ $(function () {
$("#cover_url").val(book.cover);
}
if (updateItems.pubDate) {
$("#pubdate").val(book.publishedDate);
$("#pubdate").val(book.publishedDate).trigger("change");
}
if (updateItems.publisher) {
$("#publisher").val(book.publisher);
+2 -1
View File
@@ -79,4 +79,5 @@ natsort>=2.2.0,<8.5.0
comicapi>=2.2.0,<3.3.0
# Kobo integration
jsonschema>=3.2.0,<4.24.0
jsonschema>=3.2.0,<4.24.0
curl-cffi>=0.6.0,<0.7.0