This commit is contained in:
a 2025-03-18 23:42:53 -05:00
parent 82a92ecc9a
commit 51217baeed
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

@ -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 {