Skip to content

Commit

Permalink
fix(example): fix the key to retrieve video bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 8, 2024
1 parent baa5939 commit 7c1d220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ExampleUIKit/ExampleUIkit/SettingsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum SettingsManager {
// MARK: Video

private static var videoBitrate: Int {
UserDefaults.standard.integer(forKey: "VideoBitrate")
UserDefaults.standard.integer(forKey: "VideoBitrateValue")
}

private static var resolution: Resolution {
Expand Down

0 comments on commit 7c1d220

Please sign in to comment.