aboutsummaryrefslogtreecommitdiff
path: root/mg.go
diff options
context:
space:
mode:
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"