1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-29 14:27:41 +00:00

Update load metadata

This commit is contained in:
Ozzie Isaacs
2021-07-31 09:18:05 +02:00
parent 53603f79bd
commit 702e96ddd6
5 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ $(function () {
type: "get",
dataType: "json",
success: function success(data) {
console.log(data);
// console.log(data);
data.forEach(function(provider) {
//$("#metadata_provider").html("<ul id=\"book-list\" class=\"media-list\"></ul>");
var checked = "";