librespot/protocol/proto/mergedprofile.proto
2015-07-01 20:18:00 +02:00

9 lines
138 B
Protocol Buffer

message MergedProfileRequest {
}
message MergedProfileReply {
optional string username = 0x1;
optional string artistid = 0x2;
}