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
The NSNumbers returned by getAvailablePodcastPlaybackSpeeds seem to be truncated incorrectly.
Obtaining the .floatValue of the inner value currently results in [0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0, 2.0, 3.0, 3.0].
The text was updated successfully, but these errors were encountered:
The
NSNumber
s returned bygetAvailablePodcastPlaybackSpeeds
seem to be truncated incorrectly.Obtaining the
.floatValue
of the innervalue
currently results in[0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0, 2.0, 3.0, 3.0]
.The text was updated successfully, but these errors were encountered: