@5stones/react-native-audio-browser 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/TrackPlayer.swift +0 -5
- package/package.json +1 -1
package/ios/TrackPlayer.swift
CHANGED
|
@@ -1248,11 +1248,6 @@ class TrackPlayer {
|
|
|
1248
1248
|
logger.debug("avItemDidUpdatePlaybackLikelyToKeepUp → .ready")
|
|
1249
1249
|
state = .ready
|
|
1250
1250
|
}
|
|
1251
|
-
// Execute any pending seek that arrived after playableLoadTask completed
|
|
1252
|
-
if playbackLikelyToKeepUp, let pending = pendingSeek {
|
|
1253
|
-
pendingSeek = nil
|
|
1254
|
-
pending.execute(on: avPlayer, delegate: self)
|
|
1255
|
-
}
|
|
1256
1251
|
}
|
|
1257
1252
|
|
|
1258
1253
|
// MARK: - Queue Validation
|