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 bd292e1 commit 49bace7Copy full SHA for 49bace7
Sources/swiftui-loop-videoplayer/protocol/player/AbstractPlayer.swift
@@ -157,7 +157,7 @@ extension AbstractPlayer{
157
}
158
159
guard currentItem?.status == .readyToPlay else{
160
- /// The case when the video if finished and we are trying to seek back
+ /// The case when the video is finished and we are trying to seek back
161
if let currentAsset, let currentSettings{
162
let settings = currentSettings.GetSettingsWithNotAutoPlay
163
update(asset: currentAsset, settings: settings){ [weak self] status in
0 commit comments