We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplitude.js line 5149 in the function getSongsStatePlaylist is missing an 's'. Similar to issue #230.
function getSongsStatePlaylist(playlist) { ... for (var i = 0; i < _config2.default.playlist[playlist].length; i++) { ... }
I think it should be < _config2.default.playlists[playlist]
< _config2.default.playlists[playlist]
Calling Amplitude.getSongsStatePlaylist("playlist_key") results in an error:
Amplitude.getSongsStatePlaylist("playlist_key")
Uncaught ReferenceError: getSongsStatePlaylist is not defined
An array of song states
Thanks, Terry
The text was updated successfully, but these errors were encountered:
Fixes #264. Added an additional s to the playlists
8bcfe6f
This is fixed in the development branch: https://github.com/521dimensions/amplitudejs/tree/dev/
Sorry, something went wrong.
No branches or pull requests
Environment
Issue description
Amplitude.js line 5149 in the function getSongsStatePlaylist is missing an 's'. Similar to issue #230.
I think it should be
< _config2.default.playlists[playlist]
Calling
Amplitude.getSongsStatePlaylist("playlist_key")
results in an error:Uncaught ReferenceError: getSongsStatePlaylist is not defined
Steps to reproduce the issue
What is expected?
An array of song states
Thanks,
Terry
The text was updated successfully, but these errors were encountered: