This commit is contained in:
Fredrik Burmester
2025-02-15 20:14:34 +01:00
parent 3cca9f337d
commit f8597834d6

View File

@@ -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")