mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
Temporary fix for new CapabilityType 0xb (#74)
This commit is contained in:
parent
f4c409ffa5
commit
3efa42e081
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ enum CapabilityType {
|
||||||
kVolumeSteps = 0x8;
|
kVolumeSteps = 0x8;
|
||||||
kSupportedTypes = 0x9;
|
kSupportedTypes = 0x9;
|
||||||
kCommandAcks = 0xa;
|
kCommandAcks = 0xa;
|
||||||
|
kUnknown = 0xb;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Goodbye {
|
message Goodbye {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue