Skip to content

Commit

Permalink
Default Playback Rate to max (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
LePips authored Aug 16, 2024
1 parent 9bc8d96 commit 4d73c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Services/SwiftfinDefaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4d73c6d

Please sign in to comment.