Added AMV editing UI

This commit is contained in:
2018-04-14 23:51:18 +02:00
parent d19542b5aa
commit 42c72b6174
7 changed files with 82 additions and 5 deletions

View File

@ -120,7 +120,7 @@ func RenderField(b *bytes.Buffer, v *reflect.Value, field reflect.StructField, i
// Try to infer the ID type by the field name
if idType == "" {
switch field.Name {
case "AnimeID":
case "AnimeID", "MainAnimeID":
idType = "Anime"
case "CharacterID":