mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
13 lines
246 B
Protocol Buffer
13 lines
246 B
Protocol Buffer
|
// Extracted from: Spotify 1.1.61.583 (Windows)
|
||
|
|
||
|
syntax = "proto2";
|
||
|
|
||
|
package spotify.player.proto;
|
||
|
|
||
|
option optimize_for = CODE_SIZE;
|
||
|
|
||
|
message ContextPlayerNg {
|
||
|
map<string, bytes> player_model = 1;
|
||
|
optional uint64 playback_position = 2;
|
||
|
}
|