Skip to content

Commit

Permalink
Integer overflow in music item
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Średnicki committed Feb 23, 2023
1 parent 8c3282b commit 914bc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ type Item struct {
HasLyrics bool `json:"has_lyrics"`
AudioAssetID string `json:"audio_asset_id"`
IgArtist struct {
Pk int `json:"pk"`
Pk int64 `json:"pk"`
Username string `json:"username"`
FullName string `json:"full_name"`
IsPrivate bool `json:"is_private"`
Expand Down

0 comments on commit 914bc72

Please sign in to comment.