mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-27 17:44:04 +00:00
2a574267ae
* update protobuf definitions * add additionally required proto files * update version.rs * adjust code to protobuf changes * fix formatting * apply suggestions, improve errors
9 lines
160 B
Protocol Buffer
9 lines
160 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package spotify.show_cosmos.proto;
|
|
|
|
message ShowOfflineState {
|
|
optional string offline_state = 1;
|
|
optional uint32 sync_progress = 2;
|
|
}
|
|
|