Can I change current song in AmplitudeJS remotely?

Hello! Can I change current song in AmplitudeJS remotely?
For example by send specific callback with new name of other song

Hi @serg72,

You’d probably want to call Amplitude.playSongAtIndex( songIndex ). That will allow you to switch the song to the song at the index you want and can be called remotely. Is that what you are looking for?