mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Fix Bangumi API response deserialization (fixes #3977)
This commit is contained in:
		| @@ -151,7 +151,7 @@ class BangumiApi(private val client: OkHttpClient, interceptor: BangumiIntercept | ||||
|             .asObservableSuccess() | ||||
|             .map { netResponse -> | ||||
|                 val resp = netResponse.body?.string() | ||||
|                 val coll = Json.decodeFromString<Collection>(resp!!) | ||||
|                 val coll = Json { ignoreUnknownKeys = true }.decodeFromString<Collection>(resp!!) | ||||
|                 track.status = coll.status?.id!! | ||||
|                 track.last_chapter_read = coll.ep_status!! | ||||
|                 track | ||||
|   | ||||
		Reference in New Issue
	
	Block a user