diff --git a/modules/hls-downloader/ios/HlsDownloaderModule.swift b/modules/hls-downloader/ios/HlsDownloaderModule.swift index 86d41c2c..131033e8 100644 --- a/modules/hls-downloader/ios/HlsDownloaderModule.swift +++ b/modules/hls-downloader/ios/HlsDownloaderModule.swift @@ -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