r0man / soundklaus.el

Play music on SoundCloud with Emacs via EMMS
GNU General Public License v3.0
42 stars 5 forks source link

soundkalus error after play one song, can't continue to play second song in playlist #29

Open Moanrisy opened 4 years ago

Moanrisy commented 4 years ago

error in process filter: soundklaus-goto: Invalid function: return.

is this soundkalus problem or emms? how to fix it?

r0man commented 4 years ago

@mohammadanton return is used here https://github.com/r0man/soundklaus.el/blob/master/soundklaus.el#L418 and here https://github.com/r0man/soundklaus.el/blob/master/soundklaus.el#L422, so probably an issue with soundklaus.el, but I can't reproduce your issue. I would need more detailed steps to do so. If you could provide a patch that would be even better! ;)