Added characters page

This commit is contained in:
2018-04-22 17:43:20 +02:00
parent e8c66f28ab
commit 8a8b363e03
10 changed files with 203 additions and 9 deletions

View File

@ -205,5 +205,9 @@ func importCharacter(malCharacter *mal.Character) *arn.Character {
// Save character in DB
character.Save()
// Add to character finder so we don't create duplicates of this character
characterFinder.Add(character)
return character
}