summaryrefslogtreecommitdiff
path: root/elm/Lib/Api.elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-06-29 11:34:34 +0200
committerYorhel <git@yorhel.nl>2020-06-29 11:34:36 +0200
commitd5b13e58abee0b2edbe16705451d498e39235d77 (patch)
tree222c4a0db15ed205bc894d703065300c8e9b94e7 /elm/Lib/Api.elm
parent6831c0b0de4c6581f7d5481e1df4e37754d64b63 (diff)
VN::Edit: Add length/wikidata/renai/anime fields
Completing the "General info" tab. This makes use of the new anime titles import for validation and autocomplete. It does have a bug, though, as it also autocompletes deleted AniDB entries that happen to have been linked to old VN revisions. Need to find a way to mark those for exclusion.
Diffstat (limited to 'elm/Lib/Api.elm')
-rw-r--r--elm/Lib/Api.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm/Lib/Api.elm b/elm/Lib/Api.elm
index 4af28ea6..3ad3f3aa 100644
--- a/elm/Lib/Api.elm
+++ b/elm/Lib/Api.elm
@@ -53,6 +53,7 @@ showResponse res =
VNResult _ -> unexp
ProducerResult _ -> unexp
CharResult _ -> unexp
+ AnimeResult _ -> unexp
ImageResult _ -> unexp