mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +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:
@@ -60,7 +60,7 @@ final class MPVClient: ObservableObject {
|
||||
checkError(mpv_set_option_string(mpv, "input-media-keys", "yes"))
|
||||
#endif
|
||||
|
||||
checkError(mpv_set_option_string(mpv, "cache-pause-initial", "yes"))
|
||||
checkError(mpv_set_option_string(mpv, "cache-pause-initial", Defaults[.mpvCachePauseInital] ? "yes" : "no"))
|
||||
checkError(mpv_set_option_string(mpv, "cache-secs", Defaults[.mpvCacheSecs]))
|
||||
checkError(mpv_set_option_string(mpv, "cache-pause-wait", Defaults[.mpvCachePauseWait]))
|
||||
checkError(mpv_set_option_string(mpv, "keep-open", "yes"))
|
||||
|
Reference in New Issue
Block a user