mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +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
|
@ -1,4 +1,4 @@
|
|||
// Extracted from: Spotify 1.1.73.517 (macOS)
|
||||
// Extracted from: Spotify 1.2.52.442 (windows)
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
|
@ -15,5 +15,6 @@ message StreamEndRequest {
|
|||
StreamHandle stream_handle = 1;
|
||||
string source_end = 2;
|
||||
PlayReason reason_end = 3;
|
||||
MediaFormat format = 4;
|
||||
google.protobuf.Timestamp client_timestamp = 5;
|
||||
optional AudioFormat format = 4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue