diff --git a/ios/Video/NowPlayingInfoCenterManager.swift b/ios/Video/NowPlayingInfoCenterManager.swift index b5d7b997..63e0e15f 100644 --- a/ios/Video/NowPlayingInfoCenterManager.swift +++ b/ios/Video/NowPlayingInfoCenterManager.swift @@ -167,9 +167,7 @@ class NowPlayingInfoCenterManager { return .commandFailed } if let event = event as? MPChangePlaybackPositionCommandEvent { - player.seek(to: CMTime(seconds: event.positionTime, preferredTimescale: .max)) { _ in - player.play() - } + player.seek(to: CMTime(seconds: event.positionTime, preferredTimescale: .max)) return .success } return .commandFailed