Skip to content

plugins/mpriscontrol: use correct type for artist

Fushan Wen requested to merge work/fuf/447385 into master

In MPRIS2 xeasm:artist should have a string list type, not a string type. This change is compatible with previous KDEConnect versions because QString in QVariant can be converted to QStringList.

image

Edited by Fushan Wen

Merge request reports