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:
parent
cbba63f60b
commit
0cb7a3f7c8
7 changed files with 3073 additions and 56 deletions
9
protocol/files.rs
Normal file
9
protocol/files.rs
Normal 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),
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue