The source project of this merge request has been removed.
Fix startup volume
Small oversight from me.
At creation of backend/player.py volume property of playbin was set directly without any conversion from cubic values (in which volume setting is stored) to linear ones (in which playbin stores volume value). This resulted in volume jumping up a bit every time an app was opened.