This PR enhances the Playlist component by introducing a new closure parameter that indicates whether the source is associated with the current playing item.
Changes made
A new parameter isCurrent has been added to the rowContent closure.
Checklist
[x] APIs have been properly documented (if relevant).
[x] The documentation has been updated (if relevant).
[x] New unit tests have been written (if relevant).
Description
This PR enhances the
Playlist
component by introducing a new closure parameter that indicates whether the source is associated with the current playing item.Changes made
isCurrent
has been added to therowContent
closure.Checklist