added MAL update status and submit loader
This commit is contained in:
@@ -152,3 +152,12 @@ type MyListStatus struct {
|
||||
Comments string `json:"comments" ts_type:"comments"`
|
||||
UpdatedAt string `json:"updated_at" ts_type:"updatedAt"`
|
||||
}
|
||||
|
||||
type MALUploadStatus struct {
|
||||
Status string `json:"status"`
|
||||
IsRewatching bool `json:"is_rewatching"`
|
||||
Score int `json:"score"`
|
||||
NumWatchedEpisodes int `json:"num_watched_episodes"`
|
||||
NumTimesRewatched int `json:"num_times_rewatched"`
|
||||
Comments string `json:"comments"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user