I'd like to be able to read the index of the currentPlaylistItem from the FSAudioController.
The currentPlaylistItemIndex from FSAudioController.m looks like a good candidate for that use case. However, it's a private property.
Would that be possible make it publicly readable?
Thank you in advance
I'd like to be able to read the index of the
currentPlaylistItemfrom theFSAudioController.The
currentPlaylistItemIndexfromFSAudioController.mlooks like a good candidate for that use case. However, it's a private property.Would that be possible make it publicly readable?
Thank you in advance