Skip to content

Commit 49bace7

Browse files
committed
Update AbstractPlayer.swift
1 parent bd292e1 commit 49bace7

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
@@ -157,7 +157,7 @@ extension AbstractPlayer{
157157
}
158158

159159
guard currentItem?.status == .readyToPlay else{
160-
/// The case when the video if finished and we are trying to seek back
160+
/// The case when the video is finished and we are trying to seek back
161161
if let currentAsset, let currentSettings{
162162
let settings = currentSettings.GetSettingsWithNotAutoPlay
163163
update(asset: currentAsset, settings: settings){ [weak self] status in

0 commit comments

Comments
 (0)