Add MPV logs export

This commit is contained in:
Arkadiusz Fal
2022-07-07 00:08:38 +02:00
parent e0a862fb36
commit 36363628d4
5 changed files with 61 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ extension Defaults.Keys {
static let mpvCacheSecs = Key<String>("mpvCacheSecs", default: "20")
static let mpvCachePauseWait = Key<String>("mpvCachePauseWait", default: "2")
static let mpvEnableLogging = Key<Bool>("mpvEnableLogging", default: false)
}
enum ResolutionSetting: String, CaseIterable, Defaults.Serializable {