Bring AVPlayer back to tvOS

This commit is contained in:
Arkadiusz Fal
2022-08-20 23:05:40 +02:00
parent 78165442fe
commit e54d3b811e
16 changed files with 245 additions and 197 deletions

View File

@@ -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)
}