Skip to content

Commit 5c26d4c

Browse files
committed
Update AbstractPlayer.swift
1 parent 1672f76 commit 5c26d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swiftui-loop-videoplayer/protocol/player/AbstractPlayer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ extension AbstractPlayer{
161161
guard currentItem?.status == .readyToPlay else{
162162
/// The case when the video is finished and we are trying to seek back
163163
if let currentAsset, let currentSettings{
164-
let settings = currentSettings.GetSettingsWithNotAutoPlay
164+
let settings = currentSettings//.GetSettingsWithNotAutoPlay
165165
update(asset: currentAsset, settings: settings){ [weak self] status in
166166
if status == .readyToPlay{
167167
self?.seek(to: time)

0 commit comments

Comments
 (0)