goplayd/lib/spot/proto/CollectionOfflineController...

14 lines
319 B
Protocol Buffer

// Extracted from: Spotify 1.1.61.583 (Windows)
syntax = "proto2";
package spotify.event_sender.proto;
option optimize_for = CODE_SIZE;
message CollectionOfflineControllerEmptyTrackList {
optional string link_type = 1;
optional bool consistent_with_collection = 2;
optional int64 collection_size = 3;
}