Skip to content

Commit 48672b8

Browse files
authored
Merge pull request #41 from cyruzin/feat/tmdb_avatar
added tmdb avatar
2 parents cc0c57a + 3535add commit 48672b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

account.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ type AccountDetails struct {
1111
Gravatar struct {
1212
Hash string `json:"hash"`
1313
} `json:"gravatar"`
14+
TMDB struct {
15+
AvatarPath string `json:"avatar_path"`
16+
} `json:"tmdb"`
1417
} `json:"avatar"`
1518
ID int64 `json:"id"`
1619
Iso639_1 string `json:"iso_639_1"`

0 commit comments

Comments
 (0)