mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Controls layouts, gestures and settings
This commit is contained in:
@@ -80,7 +80,7 @@ struct VideoCell: View {
|
||||
}
|
||||
|
||||
if !playNowContinues {
|
||||
player.backend.seek(to: .zero)
|
||||
player.backend.seek(to: .zero, seekType: .userInteracted)
|
||||
}
|
||||
|
||||
player.play()
|
||||
|
Reference in New Issue
Block a user