Fix AniBel filter

Koitharu 4 years ago
parent ee0a2e598f
commit fe243c8acf
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -41,7 +41,7 @@ internal class AnibelParser(override val context: MangaLoaderContext) : MangaPar
separator = ",",
prefix = "genres: [",
postfix = "]",
) { "\"it.key\"" }.orEmpty()
) { "\"${it.key}\"" }.orEmpty()
val array = apiCall(
"""
getMediaList(offset: $offset, limit: 20, mediaType: manga, filters: {$filters}) {

Loading…
Cancel
Save