Skip to content

Commit

Permalink
fix: linter formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikfp committed Nov 18, 2024
1 parent d502fef commit d671378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Video/RCTVideo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
} else { // text tracks included in the HLS playlist
Task { [weak self] in
guard let self,
let player = self._player else { return }
let player = self._player else { return }

await RCTPlayerOperations.setMediaSelectionTrackForCharacteristic(
player: player,
Expand Down

0 comments on commit d671378

Please sign in to comment.