Skip to content

Commit

Permalink
Fixed priting title when setting entry's website
Browse files Browse the repository at this point in the history
  • Loading branch information
aQaTL committed Aug 22, 2018
1 parent 80bb8cf commit d8e271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anilist_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ func alOpenWebsite(ctx *cli.Context) error {
cfg.Save()

fmt.Print("Entry: ")
color.HiYellow("%v", entry.Title)
color.HiYellow("%s", entry.Title.UserPreferred)
fmt.Print("URL: ")
color.HiRed("%v", cfg.Websites[entry.IdMal])

Expand Down

0 comments on commit d8e271c

Please sign in to comment.