Skip to content

Remove deprecated "nowPlaying" field

Albert Vaca Cintora requested to merge work/mpris-remove-now-playing 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.

Merge request reports