aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/player-item.vala')
-rw-r--r--src/player-item.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/player-item.vala b/src/player-item.vala
index a0ea25a..aa35b33 100644
--- a/src/player-item.vala
+++ b/src/player-item.vala
@@ -32,9 +32,9 @@ public class PlayerItem : Dbusmenu.Menuitem
public virtual void update(HashMap<string, Value?> data)
{
debug("PlayerItem::update()");
- foreach(var key in this.attributes().keys){
- this.attributes.get(key);
- }
+ //foreach(var key in this.attributes().keys){
+ // this.attributes.get(key);
+ //}
}
public void set_adaptor(MprisController adaptor)