mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Add kCommandAcks to CapabilityType enum.
This commit is contained in:
parent
ace5d09662
commit
5059432090
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ enum CapabilityType {
|
||||||
kIsObservable = 0x7;
|
kIsObservable = 0x7;
|
||||||
kVolumeSteps = 0x8;
|
kVolumeSteps = 0x8;
|
||||||
kSupportedTypes = 0x9;
|
kSupportedTypes = 0x9;
|
||||||
|
kCommandAcks = 0xa;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Goodbye {
|
message Goodbye {
|
||||||
|
|
Loading…
Reference in a new issue