parent
2dac04f01b
commit
68ab4021dd
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Flame Comics'
|
extName = 'Flame Comics'
|
||||||
extClass = '.FlameComics'
|
extClass = '.FlameComics'
|
||||||
extVersionCode = 45
|
extVersionCode = 46
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|||||||
@ -133,6 +133,7 @@ class FlameComics : HttpSource() {
|
|||||||
): MangasPage {
|
): MangasPage {
|
||||||
val searchedSeriesData =
|
val searchedSeriesData =
|
||||||
json.decodeFromString<SearchPageData>(response.body.string()).pageProps.series
|
json.decodeFromString<SearchPageData>(response.body.string()).pageProps.series
|
||||||
|
.filter { series -> series.series_id != null }
|
||||||
|
|
||||||
val page = if (!response.request.url.fragment?.contains("&")!!) {
|
val page = if (!response.request.url.fragment?.contains("&")!!) {
|
||||||
response.request.url.fragment!!.toInt()
|
response.request.url.fragment!!.toInt()
|
||||||
|
|||||||
@ -102,7 +102,7 @@ class Series(
|
|||||||
val author: List<String>?,
|
val author: List<String>?,
|
||||||
val artist: List<String>?,
|
val artist: List<String>?,
|
||||||
val status: String,
|
val status: String,
|
||||||
val series_id: Int,
|
val series_id: Int?,
|
||||||
val last_edit: String,
|
val last_edit: String,
|
||||||
val views: Int?,
|
val views: Int?,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user