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 {
|
||||
extName = 'MangaFire'
|
||||
extClass = '.MangaFireFactory'
|
||||
extVersionCode = 9
|
||||
extVersionCode = 10
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ open class UriTriSelectFilter(
|
|||
}
|
||||
}
|
||||
|
||||
class TypeFilter : UriPartFilter(
|
||||
class TypeFilter : UriMultiSelectFilter(
|
||||
"Type",
|
||||
"type",
|
||||
arrayOf(
|
||||
|
|
Loading…
Reference in New Issue