mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 18:41:03 +00:00
chore: code cleanup
This commit is contained in:
@@ -12,8 +12,8 @@ data class User(
|
||||
val status: String? = null,
|
||||
val score: Float? = null,
|
||||
val progress: Int? = null,
|
||||
val totalEpisodes : Int? = null,
|
||||
val nextAiringEpisode : Int? = null,
|
||||
val totalEpisodes: Int? = null,
|
||||
val nextAiringEpisode: Int? = null,
|
||||
) : java.io.Serializable {
|
||||
companion object {
|
||||
private const val serialVersionUID: Long = 1
|
||||
|
||||
Reference in New Issue
Block a user