mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Bring AVPlayer back to tvOS
This commit is contained in:
@@ -142,7 +142,9 @@ final class MPVClient: ObservableObject {
|
||||
|
||||
options.append("force-seekable=yes")
|
||||
|
||||
args.append(options.joined(separator: ","))
|
||||
if !options.isEmpty {
|
||||
args.append(options.joined(separator: ","))
|
||||
}
|
||||
|
||||
command("loadfile", args: args, returnValueCallback: completionHandler)
|
||||
}
|
||||
|
Reference in New Issue
Block a user