diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-01-31 10:35:43 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-01-31 10:35:43 +0530 |
commit | a835f9b0b8b714a76d8b2f9c49b84f7042ddbd6a (patch) | |
tree | 5ace332b135b6dbd36281ba57c3edfa367ba4e91 /anime/anime.structs.go | |
parent | 02752551dec484dd0e2b6f50158f516fd5d5c39d (diff) |
distributed code among multiple files for simplicity
Diffstat (limited to 'anime/anime.structs.go')
-rw-r--r-- | anime/anime.structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anime/anime.structs.go b/anime/anime.structs.go index bb35ded..a5e7d8e 100644 --- a/anime/anime.structs.go +++ b/anime/anime.structs.go @@ -61,6 +61,7 @@ type Anime struct { Id int `json:"id"` Title string `json:"title"` MainPicture AnimePicture `json:"main_picture"` + // TODO: AltTitles should also have options for JP and EN Titles AltTitles []string `json:"alternative_titles"` StartDate string `json:"start_date"` EndDate string `json:"end_date"` |