Nartag: Fix filter (#49)
This commit is contained in:
parent
12c70ed62f
commit
4c890d3dc8
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Traducciones Amistosas'
|
extName = 'Traducciones Amistosas'
|
||||||
pkgNameSuffix = 'es.nartag'
|
pkgNameSuffix = 'es.nartag'
|
||||||
extClass = '.Nartag'
|
extClass = '.Nartag'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ class Nartag : ParsedHttpSource() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (includeArray.isNotEmpty()) {
|
if (includeArray.isNotEmpty()) {
|
||||||
url.addQueryParameter("category", includeArray.joinToString(","))
|
url.addQueryParameter("categories", includeArray.joinToString(","))
|
||||||
}
|
}
|
||||||
if (excludeArray.isNotEmpty()) {
|
if (excludeArray.isNotEmpty()) {
|
||||||
url.addQueryParameter("excategories", excludeArray.joinToString(","))
|
url.addQueryParameter("excategories", excludeArray.joinToString(","))
|
||||||
|
Loading…
Reference in New Issue
Block a user