mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-29 07:58:43 +02:00
iOS add deviceId
This commit is contained in:
@@ -44,6 +44,7 @@ class PlaybackSession: Object, Codable, Deletable {
|
||||
}
|
||||
}
|
||||
return [
|
||||
"deviceId": UIDevice.current.identifierForVendor?.uuidString,
|
||||
"manufacturer": "Apple",
|
||||
"model": modelCode,
|
||||
"clientVersion": Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
|
||||
|
||||
Reference in New Issue
Block a user