mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 16:11:01 +00:00
chore: cleanup pt2
This commit is contained in:
@@ -66,6 +66,7 @@ class MediaNameFetch {
|
||||
val type = object : TypeToken<MediaResponse>() {}.type
|
||||
return gson.fromJson(response, type)
|
||||
}
|
||||
|
||||
data class ReturnedData(val title: String, val coverImage: String, val color: String)
|
||||
|
||||
data class MediaResponse(val data: Map<String, MediaItem>)
|
||||
|
||||
Reference in New Issue
Block a user