aboutsummaryrefslogtreecommitdiff
path: root/mg.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-19 16:42:39 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-19 16:42:39 +0530
commitfefae1cc8d6c00c4e83e335c0505a802e4732330 (patch)
tree3d757b32049e6ccd8291d0d9dc33834dc9570499 /mg.go
parent6856164d8959acc218d29e57f5456119cae01e9e (diff)
fixed EpisodesWatched field that can be used to update anime episodesv0.0.7
Diffstat (limited to 'mg.go')
-rw-r--r--mg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.go b/mg.go
index 7b7cea5..7930965 100644
--- a/mg.go
+++ b/mg.go
@@ -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"