mirror of
https://github.com/librespot-org/librespot.git
synced 2025-02-06 17:47:10 +00:00
6 lines
74 B
Protocol Buffer
6 lines
74 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message Toplist {
|
|
repeated string items = 0x1;
|
|
}
|
|
|