Skip to content

mpris: Prevent a cash from play call with no playlist

Jean Felder requested to merge wip/jfelder/3-30-fix-mpris-playlisttype into gnome-3-30

When trying to play a song launch from a MPRIS client when no playlist is set, the first song from the SongsView is loaded. This results in a crash as the PlayerPlaylist.Type is wrong. Fix it by using the correct name.

(cherry picked from commit f568801e)

Merge request reports