commit
f8478a8fb7
|
@ -53,8 +53,8 @@ final class SessionManager {
|
||||||
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
|
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
|
||||||
var deviceName = UIDevice.current.name
|
var deviceName = UIDevice.current.name
|
||||||
deviceName = deviceName.folding(options: .diacriticInsensitive, locale: .current)
|
deviceName = deviceName.folding(options: .diacriticInsensitive, locale: .current)
|
||||||
deviceName = deviceName.removeRegexMatches(pattern: "[^\\w\\s]")
|
deviceName = String(deviceName.unicodeScalars.filter {CharacterSet.urlQueryAllowed.contains($0) })
|
||||||
|
|
||||||
var header = "MediaBrowser "
|
var header = "MediaBrowser "
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
header.append("Client=\"SwiftFin tvOS\", ")
|
header.append("Client=\"SwiftFin tvOS\", ")
|
||||||
|
|
Loading…
Reference in New Issue