Improved jobs

This commit is contained in:
2018-03-21 05:15:03 +01:00
parent 71d6ba9848
commit 18cca18ebe
8 changed files with 28 additions and 20 deletions

View File

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