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