mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Kitsu: replace media_id with manga_id
This commit is contained in:
		| @@ -149,7 +149,7 @@ class KitsuApi(private val client: OkHttpClient, interceptor: KitsuInterceptor) | ||||
|  | ||||
|         @GET("library-entries") | ||||
|         fun findLibManga( | ||||
|                 @Query("filter[media_id]", encoded = true) remoteId: Int, | ||||
|                 @Query("filter[manga_id]", encoded = true) remoteId: Int, | ||||
|                 @Query("filter[user_id]", encoded = true) userId: String, | ||||
|                 @Query("page[limit]", encoded = true) limit: Int = 10000, | ||||
|                 @Query("include") includes: String = "manga" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user