mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 19:48:28 +01:00
fix
This commit is contained in:
@@ -176,7 +176,7 @@ public class HlsDownloaderModule: Module {
|
|||||||
print("No active download found with identifier: \(providedId)")
|
print("No active download found with identifier: \(providedId)")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let (task, delegate, metadata, startTime) = entry.value
|
let (task, _, metadata, startTime) = entry.value
|
||||||
|
|
||||||
self.sendEvent(
|
self.sendEvent(
|
||||||
"onError",
|
"onError",
|
||||||
|
|||||||
Reference in New Issue
Block a user