Turn off Autoplay in playlist

Is there a way to turn off autoplay in the playlist?

For an example of the player, see https://subscribeme.fm/

Hi @RaviJayagopal ,

To turn off autoplay, you will have to initialize AmplitudeJS with the continue_next flag set to false:

Amplitude.init({
    "songs": [...],
    "continue_next": false
  });

However, this was introduced in a later version. Your current system is using Amplitude 3.2 which doesn’t have this functionality. It will have to be updated to the latest AmplitudeJS Version: https://521dimensions.com/open-source/amplitudejs/docs/installation/