1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-09-01 02:17:57 +00:00

Removed parameter that was wrongly added

This commit is contained in:
Denis Rodríguez
2021-11-25 01:30:20 -03:00
committed by GitHub
parent 7fc04b353b
commit 3f56f0dca7

View File

@@ -179,7 +179,7 @@ function initProgressClick() {
});
}
function loadFromArrayBuffer(ab, _callback) {
function loadFromArrayBuffer(ab) {
const collator = new Intl.Collator('en', { numeric: true, sensitivity: 'base' });
loadArchiveFormats(['rar', 'zip', 'tar'], function() {
// Open the file as an archive