We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae76db8 commit bbfec7bCopy full SHA for bbfec7b
Sources/swiftui-loop-videoplayer/view/main/LoopPlayerMultiPlatform.swift
@@ -113,7 +113,7 @@ extension LoopPlayerMultiPlatform: UIViewRepresentable{
113
let player = uiView.findFirstSubview(ofType: PlayerView.self)
114
if let player {
115
if let asset = getAssetIfChanged(for: settings, and: player.currentAsset) {
116
- player.update(asset: asset)
+ player.update(asset: asset, loop: settings.loop)
117
}
118
119
// Check if command changed before applying it
0 commit comments