working kobo provider
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user