aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport-menu-item.vala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala
index 6728cd1..ec41dd7 100644
--- a/src/transport-menu-item.vala
+++ b/src/transport-menu-item.vala
@@ -41,6 +41,10 @@ public class TransportMenuitem : PlayerItem
this.cached_action = Transport.Action.NO_ACTION;
}
+ /**
+ Please remove this timeout when the default player can handle mpris commands
+ immediately once it raises its dbus interface
+ **/
public void handle_cached_action()
{
if (this.cached_action != Transport.Action.NO_ACTION){