ID usage fixes
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user