Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed May 30, 2024
1 parent 8ac609e commit d325c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Video/AudioSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class AudioSessionManager {
options.insert(.mixWithOthers)
}

if shouldEnabledDucking {
if shouldEnableDucking {
options.insert(.duckOthers)
}
}
Expand Down

0 comments on commit d325c49

Please sign in to comment.