aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--errhandlers/anime_validators.go1
-rw-r--r--errhandlers/manga_validators.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/errhandlers/anime_validators.go b/errhandlers/anime_validators.go
index b51afa6..a186a72 100644
--- a/errhandlers/anime_validators.go
+++ b/errhandlers/anime_validators.go
@@ -56,6 +56,7 @@ func IsValidField(field string) bool {
"status",
"genres",
"my_list_status",
+ "list_status",
"num_episodes",
"start_season",
"broadcast",
diff --git a/errhandlers/manga_validators.go b/errhandlers/manga_validators.go
index e54107d..7c70a45 100644
--- a/errhandlers/manga_validators.go
+++ b/errhandlers/manga_validators.go
@@ -39,6 +39,7 @@ func IsValidMangaField(field string) bool {
"status",
"genres",
"my_list_status",
+ "list_status",
"num_volumes",
"num_chapters",
"authors",