Skip to content

Commit

Permalink
Merge pull request #41 from cyruzin/feat/tmdb_avatar
Browse files Browse the repository at this point in the history
added tmdb avatar
  • Loading branch information
cyruzin committed Nov 20, 2022
2 parents cc0c57a + 3535add commit 48672b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ type AccountDetails struct {
Gravatar struct {
Hash string `json:"hash"`
} `json:"gravatar"`
TMDB struct {
AvatarPath string `json:"avatar_path"`
} `json:"tmdb"`
} `json:"avatar"`
ID int64 `json:"id"`
Iso639_1 string `json:"iso_639_1"`
Expand Down

0 comments on commit 48672b8

Please sign in to comment.