mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 01:11:03 +00:00
feat(socials): ratings and progress
This commit is contained in:
@@ -5,5 +5,10 @@ data class User(
|
||||
val name: String,
|
||||
val pfp: String?,
|
||||
val banner: String?,
|
||||
val info: String? = null,
|
||||
// for media
|
||||
val status: String? = null,
|
||||
val score: Float? = null,
|
||||
val progress: Int? = null,
|
||||
val totalEpisodes : Int? = null,
|
||||
val nextAiringEpisode : Int? = null,
|
||||
)
|
||||
Reference in New Issue
Block a user