mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-11 11:56:16 +00:00
fix: identifier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user