ID usage fixes

This commit is contained in:
2018-04-04 14:51:55 +02:00
parent 1bc62ab105
commit a6a71358bf
7 changed files with 13 additions and 100 deletions

View File

@ -12,7 +12,7 @@ func main() {
for mapping := range arn.StreamKitsuMappings() {
fmt.Printf(
"Anime %s: %s mapped to %s\n",
"Kitsu Anime %s: %s mapped to %s\n",
mapping.Relationships.Item.Data.ID,
color.YellowString(mapping.Attributes.ExternalSite),
color.GreenString(mapping.Attributes.ExternalID),