Skip to content

Commit

Permalink
update startsOnFirstEligibleVariant default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
imberezin committed Jul 14, 2024
1 parent f12c10b commit 3d0061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Player/PKPlayerSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typealias SettingsChange = ((PlayerSettingsType) -> Void)

/// A Boolean value that indicates whether playback starts with the first eligible variant that appears in the stream’s main playlist.
/// For further details please see Apple's documentation: https://developer.apple.com/documentation/avfoundation/avplayeritem/3579514-startsonfirsteligiblevariant?language=objc
@objc public var startsOnFirstEligibleVariant: Bool = true {
@objc public var startsOnFirstEligibleVariant: Bool = false {
didSet {
self.onChange?(.startsOnFirstEligibleVariant(startsOnFirstEligibleVariant))
}
Expand Down

0 comments on commit 3d0061a

Please sign in to comment.