Bring AVPlayer back to tvOS

This commit is contained in:
Arkadiusz Fal
2022-08-20 23:05:40 +02:00
parent 48e616b301
commit ae9b23b9e7
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)
}