librespot-protocol 0.4.2

The protobuf logic for communicating with Spotify servers
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto2";

message MergedProfileRequest {
}

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