Skip to content

Commit

Permalink
Fix non-completing seek-do-index bug on iOS/macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 6, 2021
1 parent e5fbf2e commit 0188583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions just_audio/darwin/Classes/AudioPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@ - (void)seek:(CMTime)position index:(NSNumber *)newIndex completionHandler:(void
_player.rate = _speed;
}
}
completionHandler(YES);
}
}
} else {
Expand Down

0 comments on commit 0188583

Please sign in to comment.