mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Revert name to softvol
This commit is contained in:
parent
4c00b19c29
commit
43a8b91a3d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ impl Mixer for SoftMixer {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl SoftMixer {
|
impl SoftMixer {
|
||||||
pub const NAME: &'static str = "softmixer";
|
pub const NAME: &'static str = "softvol";
|
||||||
}
|
}
|
||||||
|
|
||||||
struct SoftVolumeApplier {
|
struct SoftVolumeApplier {
|
||||||
|
|
Loading…
Reference in a new issue