style: change temporary debug name

This commit is contained in:
nbennink 2022-06-13 11:42:12 +02:00
parent 16e346c0b1
commit 1597d7f7c8

View File

@ -236,7 +236,7 @@ enum RCTVideoUtils {
static func createEmptyVttFile() -> TextTrack? {
let fileManager = FileManager.default
let cachesDirectoryUrl = fileManager.urls(for: .cachesDirectory, in: .userDomainMask)[0]
let filePath = cachesDirectoryUrl.appendingPathComponent("kaas.vtt").path
let filePath = cachesDirectoryUrl.appendingPathComponent("empty.vtt").path
if !fileManager.fileExists(atPath: filePath) {
let stringToWrite = "WEBVTT\n\n1\n99:59:59.000 --> 99:59:59.001\n."