This commit is contained in:
2018-03-17 00:28:36 +01:00
parent 7f5f58d60d
commit 5cc1ded99d
7 changed files with 32 additions and 16 deletions

View File

@ -116,5 +116,5 @@ func search(anime *arn.Anime, title string) {
}
// This will start a goroutine that saves the anime
anime.AddMapping("shoboi/anime", shoboi.TID, "")
anime.SetMapping("shoboi/anime", shoboi.TID, "")
}