fix request queue/priority

This commit is contained in:
v 2018-11-18 14:55:53 +03:00
parent 32d1d6642f
commit 08a1b6ca5c

View File

@ -356,8 +356,8 @@ class WikiItem {
return http({ return http({
url: this.urlReplacements(), url: this.urlReplacements(),
encoding: null, encoding: null,
}, priority: this.loadPriority
this.loadPriority }
) )
.catch( error => { .catch( error => {
if ( ! command.downloadErrors || error.options.external || error.statusCode == 404 ) { if ( ! command.downloadErrors || error.options.external || error.statusCode == 404 ) {