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 1672f76 commit 5c26d4cCopy full SHA for 5c26d4c
Sources/swiftui-loop-videoplayer/protocol/player/AbstractPlayer.swift
@@ -161,7 +161,7 @@ extension AbstractPlayer{
161
guard currentItem?.status == .readyToPlay else{
162
/// The case when the video is finished and we are trying to seek back
163
if let currentAsset, let currentSettings{
164
- let settings = currentSettings.GetSettingsWithNotAutoPlay
+ let settings = currentSettings//.GetSettingsWithNotAutoPlay
165
update(asset: currentAsset, settings: settings){ [weak self] status in
166
if status == .readyToPlay{
167
self?.seek(to: time)
0 commit comments