mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Prevent multiple seeks
This commit is contained in:
@@ -5,6 +5,7 @@ struct PlayerControls: View {
|
||||
static let animation = Animation.easeInOut(duration: 0)
|
||||
|
||||
private var player: PlayerModel!
|
||||
|
||||
@EnvironmentObject<PlayerControlsModel> private var model
|
||||
|
||||
@Environment(\.verticalSizeClass) private var verticalSizeClass
|
||||
|
Reference in New Issue
Block a user