1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-14 14:20:32 +05:30

Fix toggle play command for tvOS

This commit is contained in:
Arkadiusz Fal 2022-06-28 13:13:19 +02:00
parent 65621176f4
commit 6c0d6434e0

View File

@ -158,6 +158,9 @@ struct VideoPlayerView: View {
player.backend.seek(relative: .secondsInDefaultTimescale(10))
}
}
.onPlayPauseCommand {
player.togglePlay()
}
#else
GeometryReader { geometry in
VStack(spacing: 0) {