1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

Add kCommandAcks to CapabilityType enum.

This commit is contained in:
Paul Lietar 2016-03-06 08:01:44 +00:00
parent ace5d09662
commit 5059432090

View file

@ -66,6 +66,7 @@ enum CapabilityType {
kIsObservable = 0x7;
kVolumeSteps = 0x8;
kSupportedTypes = 0x9;
kCommandAcks = 0xa;
}
message Goodbye {