Skip to content

mpris: Prevent a crash from play call with no playlist

Jean Felder requested to merge wip/jfelder/mpris-fix-playlisttype into master

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.

Edited by Marinus Schraal

Merge request reports