mirror of
https://github.com/librespot-org/librespot.git
synced 2025-02-06 17:47:10 +00:00
10 lines
158 B
Protocol Buffer
10 lines
158 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message MergedProfileRequest {
|
|
}
|
|
|
|
message MergedProfileReply {
|
|
optional string username = 0x1;
|
|
optional string artistid = 0x2;
|
|
}
|
|
|