The source project of this merge request has been removed.
Fix incorrect mpris2 volume display
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.