mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 09:54:25 +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;
|
|
}
|
|
|