Albirew/tachiyomi
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
len 2016-12-24 11:32:45 +01:00
Parent f1d84ccb49
révision 97fa659283

Voir le fichier

@ -10,7 +10,7 @@ open class KitsuManga(obj: JsonObject) {
val id by obj.byInt
val canonicalTitle by obj["attributes"].byString
val chapterCount = obj["attributes"].obj.get("chapterCount").nullInt
val type = obj["attributes"]["mangaType"].string
val type = obj["attributes"].obj.get("mangaType").nullString
@CallSuper
open fun toTrack() = Track.create(TrackManager.KITSU).apply {