Comment 13 for bug 461123

Revision history for this message
onox (onox) wrote :

@Michal: could you open volume-control.py and then go to line 542, it should currently say this:

return sum(volume_channels) / len(volume_channels)

Change this to:

return sum(volume_channels) / len(volume_channels) - self.__current_track.min_volume

I think should fix the problem you have.