From 16361d40df8f1ad7d3130faca11c1d3e4a234672 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 17 Feb 2025 14:26:48 +0100 Subject: [PATCH] fix: identifier --- modules/hls-downloader/ios/HlsDownloaderModule.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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