mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Change mpv qos
This commit is contained in:
@@ -76,7 +76,7 @@ final class MPVClient: ObservableObject {
|
||||
extra_exts: nil
|
||||
)
|
||||
|
||||
queue = DispatchQueue(label: "mpv", qos: .userInteractive)
|
||||
queue = DispatchQueue(label: "mpv")
|
||||
|
||||
withUnsafeMutablePointer(to: &initParams) { initParams in
|
||||
var params = [
|
||||
|
Reference in New Issue
Block a user