mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00

* 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
21 lines
479 B
Protocol Buffer
21 lines
479 B
Protocol Buffer
// Extracted from: Spotify 1.1.61.583 (Windows)
|
|
|
|
syntax = "proto3";
|
|
|
|
package spotify.playlist.cosmos.proto;
|
|
|
|
option java_multiple_files = true;
|
|
option optimize_for = CODE_SIZE;
|
|
option java_package = "com.spotify.playlist.policy.proto";
|
|
|
|
message FolderDecorationPolicy {
|
|
bool row_id = 1;
|
|
bool id = 2;
|
|
bool link = 3;
|
|
bool name = 4;
|
|
bool folders = 5;
|
|
bool playlists = 6;
|
|
bool recursive_folders = 7;
|
|
bool recursive_playlists = 8;
|
|
bool rows = 9;
|
|
}
|