mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
fix
This commit is contained in:
@@ -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",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user