From 1597d7f7c81e007479af2d6d34f655aa25ec7ba6 Mon Sep 17 00:00:00 2001 From: nbennink Date: Mon, 13 Jun 2022 11:42:12 +0200 Subject: [PATCH] style: change temporary debug name --- ios/Video/Features/RCTVideoUtils.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Video/Features/RCTVideoUtils.swift b/ios/Video/Features/RCTVideoUtils.swift index c75d2a1d..d8ec8677 100644 --- a/ios/Video/Features/RCTVideoUtils.swift +++ b/ios/Video/Features/RCTVideoUtils.swift @@ -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."