1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 19:42:03 +02:00

WIP: Podcast support

This commit is contained in:
ashthespy 2018-09-28 20:10:22 +02:00
parent cbba63f60b
commit 0cb7a3f7c8
7 changed files with 3073 additions and 56 deletions

9
protocol/files.rs Normal file
View file

@ -0,0 +1,9 @@
// Autogenerated by build.rs
pub const FILES: &'static [(&'static str, u32)] = &[
("proto/authentication.proto", 2098196376),
("proto/keyexchange.proto", 451735664),
("proto/mercury.proto", 709993906),
("proto/metadata.proto", 1409162985),
("proto/pubsub.proto", 2686584829),
("proto/spirc.proto", 1587493382),
];