parent
e8dce7f5e7
commit
ef403d0381
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Pixiv'
|
||||
pkgNameSuffix = 'all.pixiv'
|
||||
extClass = '.PixivFactory'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ class Pixiv(override val lang: String) : HttpSource() {
|
|||
}
|
||||
} else if (filters.users.state.isNotBlank()) {
|
||||
searchSequence = makeUserIllustSearchSequence(
|
||||
nick = query,
|
||||
nick = filters.users.state,
|
||||
type = filters.type.toSearchParameter(),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue