mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
11 lines
226 B
Protocol Buffer
11 lines
226 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package spotify.player.proto.state_restore;
|
|
|
|
import "state_restore/provided_track.proto";
|
|
|
|
message AutomixTalkRules {
|
|
optional ProvidedTrack current_track = 1;
|
|
optional int64 narration_duration = 2;
|
|
}
|
|
|