From f8597834d6ba7d63c8783034db29a8057d0744d8 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 15 Feb 2025 20:14:34 +0100 Subject: [PATCH] fix --- modules/hls-downloader/ios/HlsDownloaderModule.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hls-downloader/ios/HlsDownloaderModule.swift b/modules/hls-downloader/ios/HlsDownloaderModule.swift index d1cf0fc4..4d1cc2b7 100644 --- a/modules/hls-downloader/ios/HlsDownloaderModule.swift +++ b/modules/hls-downloader/ios/HlsDownloaderModule.swift @@ -6,7 +6,7 @@ public class HlsDownloaderModule: Module { private var currentDelegate: HLSDownloadDelegate? public func definition() -> ModuleDefinition { - Name("ExpoHlsDownloader") + Name("HlsDownloader") // Declare the events you wish to expose. Events("onProgress", "onError", "onComplete")