mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
9 lines
138 B
Protocol Buffer
9 lines
138 B
Protocol Buffer
|
message MergedProfileRequest {
|
||
|
}
|
||
|
|
||
|
message MergedProfileReply {
|
||
|
optional string username = 0x1;
|
||
|
optional string artistid = 0x2;
|
||
|
}
|
||
|
|