Ticket #1668 (closed bug: worksforme)
playlistItem API call must convert to integer
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | html5 | Keywords: | |
| Cc: | Forum thread: |
Description
If playlistItem() is called with a string (e.g. "3" instead of 3), when next() is called, the requested index is wrong ("31" instead of 4, using the previous example). This can be fixed by a simple parseInt in the API.
Change History
Note: See
TracTickets for help on using
tickets.

Closing all 5.11 tickets in favor of 6.x