mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	@@ -271,7 +271,7 @@ class AnilistApi(val client: OkHttpClient, interceptor: AnilistInterceptor) {
 | 
			
		||||
 | 
			
		||||
        return ALManga(
 | 
			
		||||
            struct["id"].asInt, struct["title"]["romaji"].asString, struct["coverImage"]["large"].asString,
 | 
			
		||||
            struct["description"].nullString.orEmpty(), struct["type"].asString, struct["status"].asString,
 | 
			
		||||
            struct["description"].nullString.orEmpty(), struct["type"].asString, struct["status"].nullString.orEmpty(),
 | 
			
		||||
            date, struct["chapters"].nullInt ?: 0
 | 
			
		||||
        )
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user