@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.
@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.