Mangafire: Change type filter to multi select (#7752)
* add all option to type filter search * change type filter to multi select
This commit is contained in:
parent
611e25e161
commit
fd194f60f1
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'MangaFire'
|
extName = 'MangaFire'
|
||||||
extClass = '.MangaFireFactory'
|
extClass = '.MangaFireFactory'
|
||||||
extVersionCode = 9
|
extVersionCode = 10
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ open class UriTriSelectFilter(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TypeFilter : UriPartFilter(
|
class TypeFilter : UriMultiSelectFilter(
|
||||||
"Type",
|
"Type",
|
||||||
"type",
|
"type",
|
||||||
arrayOf(
|
arrayOf(
|
||||||
|
|
Loading…
Reference in New Issue