You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'd like to be able to read the index of the
currentPlaylistItem
from theFSAudioController
.The
currentPlaylistItemIndex
fromFSAudioController.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
The text was updated successfully, but these errors were encountered: