mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 19:42:03 +02:00
Update protobuf files (#1424)
* update protobuf definitions * add additionally required proto files * update version.rs * adjust code to protobuf changes * fix formatting * apply suggestions, improve errors
This commit is contained in:
parent
0ad1f7249b
commit
2a574267ae
335 changed files with 3331 additions and 1204 deletions
13
protocol/proto/playback_stack.proto
Normal file
13
protocol/proto/playback_stack.proto
Normal file
|
@ -0,0 +1,13 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package spotify.stream_reporting_esperanto.proto;
|
||||
|
||||
option java_package = "com.spotify.stream_reporting_esperanto.proto";
|
||||
option objc_class_prefix = "ESP";
|
||||
|
||||
enum PlaybackStack {
|
||||
BOOMBOX = 0;
|
||||
BETAMAX = 1;
|
||||
UNKNOWN = 2;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue