added MAL update status and submit loader

This commit is contained in:
2024-08-16 18:15:56 -04:00
parent a433df84db
commit 862c78d3b8
6 changed files with 104 additions and 10 deletions

View File

@@ -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"`
}