WIP: use the listenbrainz radio api #54

Draft
a wants to merge 6 commits from listenbrainz into master
Showing only changes of commit 51217baeed - Show all commits

@ -164,7 +164,7 @@ func (c *Commander) RadioGivenList(songs []spotify.ID, name string) error {
if err != nil {
return err
}
queue := []spotify.ID{songs[0]}
queue := []spotify.ID{}
for _, rec := range songs {
exists, err := c.SongExists(c.db, rec)
if err != nil {