clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.72k stars 671 forks source link

MPRIS PlaylistCount Prop change signal sends a string instead of a UInt32 #5797

Open JasonLG1979 opened 7 years ago

JasonLG1979 commented 7 years ago

Please provide information about your system and the version of Clementine used.

Expected behaviour / actual behaviour

Expected: PlaylistCount Prop changed signal to send a UInt32 value. Actual: It sends a string.

Steps to reproduce the problem (only for bugs)

Listen for MPRIS prop changed signals.

https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/wiki/Known-Player-Bugs#clementine

JasonLG1979 commented 7 years ago

https://github.com/clementine-player/Clementine/blob/e5ab3e786f9adde12cec3cc90cfe8c1cc6b06320/src/core/mpris2.cpp#L563