diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-19 16:42:39 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-19 16:42:39 +0530 |
commit | fefae1cc8d6c00c4e83e335c0505a802e4732330 (patch) | |
tree | 3d757b32049e6ccd8291d0d9dc33834dc9570499 | |
parent | 6856164d8959acc218d29e57f5456119cae01e9e (diff) |
fixed EpisodesWatched field that can be used to update anime episodesv0.0.7
-rw-r--r-- | mg.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ const BASE_URL string = "https://api.myanimelist.net/v2" const ( // used by UpdateAnime IsRewatching = "is_rewatching" - EpisodesWatched = "num_episodes_watched" + EpisodesWatched = "num_watched_episodes" TimesRewatched = "num_times_rewatched" RewatchValue = "rewatch_value" |