mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add MPV cache advanced settings
This commit is contained in:
@@ -96,6 +96,9 @@ extension Defaults.Keys {
|
||||
static let showMPVPlaybackStats = Key<Bool>("showMPVPlaybackStats", default: false)
|
||||
|
||||
static let playerDetailsPageButtonLabelStyle = Key<PlayerDetailsPageButtonLabelStyle>("playerDetailsPageButtonLabelStyle", default: defaultForPlayerDetailsPageButtonLabelStyle)
|
||||
|
||||
static let mpvCacheSecs = Key<String>("mpvCacheSecs", default: "20")
|
||||
static let mpvCachePauseWait = Key<String>("mpvCachePauseWait", default: "2")
|
||||
}
|
||||
|
||||
enum ResolutionSetting: String, CaseIterable, Defaults.Serializable {
|
||||
|
Reference in New Issue
Block a user