mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-08 11:13:02 +00:00
Fix for #827
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
// HTTP 500 ends up here!?!
|
// HTTP 500 ends up here!?!
|
||||||
return this.error(xhr);
|
return this.error(xhr);
|
||||||
}
|
}
|
||||||
this.set_progress(100);
|
this.setProgress(100);
|
||||||
var url;
|
var url;
|
||||||
var contentType = xhr.getResponseHeader("Content-Type");
|
var contentType = xhr.getResponseHeader("Content-Type");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user