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
currently, in [BeamMusicPlayerViewController currentTrackFinished] there's a call to [self next] commented out. This is fine if the underlying music player informs the view controller about an ended track. One should be able to re-enable the behavior for other implementations of the music player.
The text was updated successfully, but these errors were encountered:
currently, in
[BeamMusicPlayerViewController currentTrackFinished]
there's a call to[self next]
commented out. This is fine if the underlying music player informs the view controller about an ended track. One should be able to re-enable the behavior for other implementations of the music player.The text was updated successfully, but these errors were encountered: