Summary: | Multimedia control bad working | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | varlesh <varlesh> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdeconnect-kde/337dd191e459011faae2f1b8a27a5760ad996e70 | Version Fixed In: | |
Sentry Crash Report: |
Description
varlesh
2016-04-04 04:03:21 UTC
Git commit 337dd191e459011faae2f1b8a27a5760ad996e70 by David Kahles. Committed on 07/04/2016 at 23:22. Pushed by davidk into branch 'master'. Fix mpris player discovery The previous used QDbusServiceWatcher doesn't work as it does only watch out for specific services, but the players use different, unpredictable names, so we need to check all service registrations for mpris players. REVIEW: 127611 M +15 -11 plugins/mpriscontrol/mpriscontrolplugin.cpp M +1 -3 plugins/mpriscontrol/mpriscontrolplugin.h http://commits.kde.org/kdeconnect-kde/337dd191e459011faae2f1b8a27a5760ad996e70 Thx, very fast. Working fine :) |