mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Update protobufs (#796)
* Import Spotify 1.1.61.583 (Windows) protobufs * Import Spotify 1.1.33.569 protobufs missing in 1.1.61.583 * Remove unused protobufs, no longer present in 1.1.61.583
This commit is contained in:
parent
6244515879
commit
113ac94c07
396 changed files with 10952 additions and 926 deletions
24
protocol/proto/unfinished_episodes_request.proto
Normal file
24
protocol/proto/unfinished_episodes_request.proto
Normal file
|
@ -0,0 +1,24 @@
|
|||
// Extracted from: Spotify 1.1.61.583 (Windows)
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package spotify.show_cosmos.unfinished_episodes_request.proto;
|
||||
|
||||
import "metadata/episode_metadata.proto";
|
||||
import "show_episode_state.proto";
|
||||
|
||||
option optimize_for = CODE_SIZE;
|
||||
|
||||
message Episode {
|
||||
optional cosmos_util.proto.EpisodeMetadata episode_metadata = 1;
|
||||
optional show_cosmos.proto.EpisodeCollectionState episode_collection_state = 2;
|
||||
optional show_cosmos.proto.EpisodeOfflineState episode_offline_state = 3;
|
||||
optional show_cosmos.proto.EpisodePlayState episode_play_state = 4;
|
||||
optional string link = 5;
|
||||
}
|
||||
|
||||
message Response {
|
||||
repeated Episode episode = 2;
|
||||
|
||||
reserved 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue