Merge pull request #80 from marcust/fix-crash-2

Temporary fix for new CapabilityType 0xb (#74)
This commit is contained in:
Paul Lietar 2016-04-30 22:29:11 +01:00
commit 7a21287311

View file

@ -67,6 +67,7 @@ enum CapabilityType {
kVolumeSteps = 0x8; kVolumeSteps = 0x8;
kSupportedTypes = 0x9; kSupportedTypes = 0x9;
kCommandAcks = 0xa; kCommandAcks = 0xa;
kUnknown = 0xb;
} }
message Goodbye { message Goodbye {