mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-11 14:52:23 +00:00
fix: background process needs to be declared
This commit is contained in:
@@ -63,7 +63,7 @@ public class HlsDownloaderModule: Module {
|
||||
}
|
||||
|
||||
let configuration = URLSessionConfiguration.background(
|
||||
withIdentifier: "com.example.hlsdownload.\(providedId)")
|
||||
withIdentifier: "com.streamyfin.hlsdownload")
|
||||
configuration.allowsCellularAccess = true
|
||||
configuration.sessionSendsLaunchEvents = true
|
||||
configuration.isDiscretionary = false
|
||||
|
||||
Reference in New Issue
Block a user