Skip to content

Commit

Permalink
style: change temporary debug name
Browse files Browse the repository at this point in the history
  • Loading branch information
nbennink committed Jun 13, 2022
1 parent 16e346c commit 1597d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Video/Features/RCTVideoUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1597d7f

Please sign in to comment.