2.246 no Spotify sound when Software mixer is used

Hi

I’m using:
Raspberry Pi 3 and HifiBerry Digi+ running Volumio 2.246.

After configuring playback options to hifiberry digi, I could play my spotify tracks and using web radio. No volume control worked.
Then I set volume control to software and I was able to adjust volume for web radios, but sound from spotify was gone.
I then returned to None as mixer option but still spotify has no sound at all.

BR

Edit
/etc/spopf.conf
Change
output_name = hw:softvolume
To
output_name = softvolume

if that doesn’t work…try…
Edit
/data/plugins/music_service/spop/spop.conf.tmpl
Change
output_name = ${output}
to
output_name = softvol

The first implementation worked for me

waiting a fix, you can change in /etc/spopd.conf output_name = hw:softvolume to output_name = softvolume
reboot and should be ok