mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
spirc: Increase the number of volume steps to 64
This commit is contained in:
parent
9e495d6fd7
commit
7be9626836
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ impl SpircInternal {
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
typ: protocol::spirc::CapabilityType::kVolumeSteps,
|
typ: protocol::spirc::CapabilityType::kVolumeSteps,
|
||||||
intValue => [10]
|
intValue => [64]
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
typ: protocol::spirc::CapabilityType::kSupportedContexts,
|
typ: protocol::spirc::CapabilityType::kSupportedContexts,
|
||||||
|
|
Loading…
Reference in a new issue