Skip to content

Commit

Permalink
Avoid unnecessary Commanders Act seek / play transitions (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos authored Mar 1, 2024
1 parent 49b3c94 commit 3993931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Player/UserInterface/ProgressTracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public final class ProgressTracker: ObservableObject {
pausePlaybackIfNeeded(with: player)
}
else {
resumePlaybackIfNeeded(with: player)
seek(to: progress, optimal: false)
resumePlaybackIfNeeded(with: player)
}
}
}
Expand Down

0 comments on commit 3993931

Please sign in to comment.