List Pagination feature on Audio Player

I’d like to propose extending the same list pagination you’ve now implemented logic to the audio player widget—specifically the forward and backward icons. Here’s why: I’ve tested the pagination within a list of multiple audio players, and while I can move between tracks using pagination, it’s not a user-friendly experience. It would be far more intuitive if users could navigate through audio items using the audio player’s forward and back buttons, powered by the same underlying pagination logic.

Let me give you a concrete use case from my app: I have a dedicated “Audio Player Screen” with a list configured as a collection of songs. I’m not pulling audio items from another screen, so typical input-field logic for data switching doesn’t apply here. I just want to be able to navigate through that local list using the audio player controls—but unfortunately, that’s not possible today.