From 3f63dcf168cd9650d6f99a2d4d92bbd99867ea42 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 17 Feb 2025 13:58:39 +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 7ebe0db2..77420ce4 100644 --- a/modules/hls-downloader/ios/HlsDownloaderModule.swift +++ b/modules/hls-downloader/ios/HlsDownloaderModule.swift @@ -176,7 +176,7 @@ public class HlsDownloaderModule: Module { print("No active download found with identifier: \(providedId)") return } - let (task, delegate, metadata, startTime) = entry.value + let (task, _, metadata, startTime) = entry.value self.sendEvent( "onError",