mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
c6327af2f3
A build script is used to ensure the source files haven’t been modified.
8 lines
148 B
Protocol Buffer
8 lines
148 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message Subscription {
|
|
optional string uri = 0x1;
|
|
optional int32 expiry = 0x2;
|
|
optional int32 status_code = 0x3;
|
|
}
|
|
|