mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
Send platform-dependent client token request
This commit is contained in:
parent
31c682453b
commit
cb1cfddb74
4 changed files with 63 additions and 14 deletions
|
@ -86,7 +86,7 @@ impl HttpClient {
|
|||
|
||||
let spotify_platform = match OS {
|
||||
"android" => "Android/31",
|
||||
"ios" => "iOS/15.2",
|
||||
"ios" => "iOS/15.2.1",
|
||||
"macos" => "OSX/0",
|
||||
"windows" => "Win32/0",
|
||||
_ => "Linux/0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue