mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-07 17:24:04 +00:00
16 lines
249 B
Protocol Buffer
16 lines
249 B
Protocol Buffer
|
// Extracted from: Spotify 1.1.73.517 (macOS)
|
||
|
|
||
|
syntax = "proto3";
|
||
|
|
||
|
package spotify.connect.esperanto.proto;
|
||
|
|
||
|
option java_package = "com.spotify.connect.esperanto.proto";
|
||
|
|
||
|
message ForceDiscoverRequest {
|
||
|
|
||
|
}
|
||
|
|
||
|
message ForceDiscoverResponse {
|
||
|
|
||
|
}
|