mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Advanced Settings: cache-pause-initial
`cache-pause-initial` status can now be selected by the user. Also, on macOS and iOS, a link next to the option leads the user to the info on the mpv website.
This commit is contained in:
@@ -266,6 +266,7 @@ extension Defaults.Keys {
|
||||
static let mpvEnableLogging = Key<Bool>("mpvEnableLogging", default: false)
|
||||
static let mpvCacheSecs = Key<String>("mpvCacheSecs", default: "120")
|
||||
static let mpvCachePauseWait = Key<String>("mpvCachePauseWait", default: "3")
|
||||
static let mpvCachePauseInital = Key<Bool>("cache-pause-initial", default: true)
|
||||
static let mpvDeinterlace = Key<Bool>("mpvDeinterlace", default: false)
|
||||
|
||||
static let showCacheStatus = Key<Bool>("showCacheStatus", default: false)
|
||||
|
Reference in New Issue
Block a user