From 3c4f56f06b17d20ad4af5f688c777b2b4da7d19f Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 17 Feb 2025 13:57:09 +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 003e66d9..4788ce50 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, delegate, metadata, startTime) = entry.value + let (task, _, metadata, startTime) = entry.value self.sendEvent( "onError", [