Skip to content

Remove mpris "nowPlaying" field

Albert Vaca Cintora requested to merge work/mpris-fixes into master

In the MPRIS plugin, nowPlaying contained the string "<song title> - <artist name>". We've been sending separate title & artist fields for a while, and all clients should be using those by now instead of the concatenated string.

Also fixes the position change not being emitted when the song changes, and fixes the values being written after emitting that they changed.

Edited by Albert Vaca Cintora

Merge request reports