2024-12-15 19:51:02 +00:00
|
|
|
// Extracted from: Spotify 1.2.52.442 (windows)
|
2021-12-10 19:33:43 +00:00
|
|
|
|
|
|
|
syntax = "proto3";
|
|
|
|
|
2024-12-15 19:51:02 +00:00
|
|
|
package spotify.context_mdata.podcastctacards;
|
2021-12-10 19:33:43 +00:00
|
|
|
|
|
|
|
message Card {
|
|
|
|
bool has_cards = 1;
|
|
|
|
}
|