mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
CC support with Invidious and MPV
This commit is contained in:
@@ -199,7 +199,8 @@ struct VideoPlayerView: View {
|
||||
.gesture(
|
||||
DragGesture(coordinateSpace: .global)
|
||||
.onChanged { value in
|
||||
guard player.presentingPlayer else { return }
|
||||
guard player.presentingPlayer,
|
||||
!playerControls.presentingControlsOverlay else { return }
|
||||
|
||||
let drag = value.translation.height
|
||||
|
||||
|
Reference in New Issue
Block a user