fix request queue/priority
This commit is contained in:
parent
32d1d6642f
commit
08a1b6ca5c
|
@ -356,8 +356,8 @@ class WikiItem {
|
|||
return http({
|
||||
url: this.urlReplacements(),
|
||||
encoding: null,
|
||||
},
|
||||
this.loadPriority
|
||||
priority: this.loadPriority
|
||||
}
|
||||
)
|
||||
.catch( error => {
|
||||
if ( ! command.downloadErrors || error.options.external || error.statusCode == 404 ) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user