Skip to content

libkmpris: work around nonstandard players

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

Some players return strings for mpris:trackid, which does not conform to the MPRIS2 standard. This adds a workaround to not let the behavior affect the position slider because setting position requires a track id.

BUG: 482603 FIXED-IN: 6.0.2

Merge request reports