mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
fix protobuf checksum (#257)
This commit is contained in:
parent
030b318a9c
commit
e109de2001
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub const FILES : &'static [(&'static str, u32)] = &[
|
|||
("proto/authentication.proto", 2098196376),
|
||||
("proto/keyexchange.proto", 451735664),
|
||||
("proto/mercury.proto", 709993906),
|
||||
("proto/metadata.proto", 3146937699),
|
||||
("proto/metadata.proto", 2474472423),
|
||||
("proto/pubsub.proto", 2686584829),
|
||||
("proto/spirc.proto", 3618770573),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue