mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
8 lines
138 B
Protocol Buffer
8 lines
138 B
Protocol Buffer
message MergedProfileRequest {
|
|
}
|
|
|
|
message MergedProfileReply {
|
|
optional string username = 0x1;
|
|
optional string artistid = 0x2;
|
|
}
|
|
|