fethica / FRadioPlayer

A simple radio player framework for iOS, macOS, tvOS.

Home Page:https://fethica.github.io/FRadioPlayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing station and selected row mismatch.

aleksey19 opened this issue · comments

If click quickly on "next station" or "previous station" button, selected row not always matches with the playing station. This represents almost always with array of stations containing more than 15 stations.
radioPlayer(_ player: FRadioPlayer, itemDidChange url: URL?) returns the selected station's url but player plays previous or before previous station.
How this can be fixed?

Thanks for reporting the issue, it's related to #12 it will be fixed in future releases.