fix: identifier

This commit is contained in:
Fredrik Burmester
2025-02-17 14:26:48 +01:00
parent 8924dd2ce8
commit 16361d40df

View File

@@ -88,7 +88,7 @@ public class HlsDownloaderModule: Module {
}
let configuration = URLSessionConfiguration.background(
withIdentifier: "com.streamyfin.hlsdownload.\(providedId)") // Add unique identifier
withIdentifier: "com.streamyfin.hlsdownload") // Add unique identifier
configuration.allowsCellularAccess = true
configuration.sessionSendsLaunchEvents = true
configuration.isDiscretionary = false