librespot/protocol/proto/rc_dummy_property_resolved.proto

13 lines
252 B
Protocol Buffer
Raw Normal View History

// Extracted from: Spotify 1.1.33.569 (Windows)
syntax = "proto3";
package spotify.remote_config.proto;
option optimize_for = CODE_SIZE;
message RcDummyPropertyResolved {
string resolved_value = 1;
string configuration_assignment_id = 2;
}