Skip to content

Fix incorrect mpris2 volume display

Ghost User requested to merge (removed):master into release/20.08

mpris2 specification specified volume should be a double between 0.1 and 1.0

However QMediaPlayer's volume is between 0 and 100, this divided the mediaplayer's volume by 100 on initialization to follow mpris2 standard.

Merge request reports