From 238ffc0330ce4788201a2b7f4166e266cecb78b3 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 17 Feb 2025 13:56: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 4788ce50..003e66d9 100644 --- a/modules/hls-downloader/ios/HlsDownloaderModule.swift +++ b/modules/hls-downloader/ios/HlsDownloaderModule.swift @@ -201,7 +201,7 @@ public class HlsDownloaderModule: Module { print("No active download found with identifier: \(providedId)") return } - let (task, _, metadata, startTime) = entry.value + let (task, delegate, metadata, startTime) = entry.value self.sendEvent( "onError", [