fix request queue/priority
This commit is contained in:
parent
32d1d6642f
commit
08a1b6ca5c
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user