Skip to content

Commit

Permalink
Add kUnknown enum (plietar#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and plietar committed May 17, 2018
1 parent d40c0f5 commit 431be9e
Show file tree
Hide file tree
Showing 8 changed files with 3,782 additions and 3,203 deletions.
4 changes: 2 additions & 2 deletions protocol/files.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Autogenerated by build.sh

pub const FILES: &'static [(&'static str, u32)] = &[
pub const FILES : &'static [(&'static str, u32)] = &[
("proto/authentication.proto", 2098196376),
("proto/keyexchange.proto", 451735664),
("proto/mercury.proto", 709993906),
("proto/metadata.proto", 2474472423),
("proto/pubsub.proto", 2686584829),
("proto/spirc.proto", 3695752338),
("proto/spirc.proto", 2406852191),
];
1 change: 1 addition & 0 deletions protocol/proto/spirc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ enum CapabilityType {
kSupportsRename = 0xb;
kHidden = 0xc;
kSupportsPlaylistV2 = 0xd;
kUnknown = 0xe;
}

message Goodbye {
Expand Down
Loading

0 comments on commit 431be9e

Please sign in to comment.