librespot/protocol/proto/pause_resume_origin.proto

13 lines
207 B
Protocol Buffer
Raw Normal View History

2024-12-16 20:48:13 +00:00
// Extracted from: Spotify 1.2.52.442 (windows)
syntax = "proto2";
package spotify.player.proto;
option optimize_for = CODE_SIZE;
message PauseResumeOrigin {
optional string feature_identifier = 1;
}