librespot/protocol/proto/context_sdk.proto
2021-12-10 20:33:43 +01:00

13 lines
204 B
Protocol Buffer

// Extracted from: Spotify 1.1.73.517 (macOS)
syntax = "proto3";
package spotify.event_sender.proto;
option optimize_for = CODE_SIZE;
message Sdk {
string version_name = 1;
string type = 2;
}