Default Playback Rate to `max` (#1192)
This commit is contained in:
parent
9bc8d9613e
commit
4d73c6dcab
|
@ -171,7 +171,7 @@ extension Defaults.Keys {
|
|||
|
||||
enum VideoPlayer {
|
||||
|
||||
static let appMaximumBitrate: Key<PlaybackBitrate> = UserKey("appMaximumBitrate", default: .auto)
|
||||
static let appMaximumBitrate: Key<PlaybackBitrate> = UserKey("appMaximumBitrate", default: .max)
|
||||
static let appMaximumBitrateTest: Key<PlaybackBitrateTestSize> = UserKey("appMaximumBitrateTest", default: .regular)
|
||||
static let autoPlayEnabled: Key<Bool> = UserKey("autoPlayEnabled", default: true)
|
||||
static let barActionButtons: Key<[VideoPlayerActionButton]> = UserKey(
|
||||
|
|
Loading…
Reference in New Issue