Skip to content

Commit

Permalink
Merge pull request #3 from natilou/song-radio
Browse files Browse the repository at this point in the history
feat: adding support for song radio
  • Loading branch information
dweymouth authored Mar 24, 2024
2 parents e3a3849 + 39deba2 commit fd6aa18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browsing.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ func (c *Client) GetInstantMix(id string, idType ItemType, limit int) ([]*Song,
path = "/Artists/%s/InstantMix"
case TypeAlbum:
path = "/Albums/%s/InstantMix"
case TypeSong:
path = "/Songs/%s/InstantMix"
}

params := c.defaultParams()
Expand Down

0 comments on commit fd6aa18

Please sign in to comment.