From df55c0f3142de41dd742eda7a59a4b1392882d2b Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 25 Jun 2010 12:59:15 +0100 Subject: fixes two bugs, album art crasher and unreported metadata reset on trackchange --- src/mpris-controller.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mpris-controller.vala') diff --git a/src/mpris-controller.vala b/src/mpris-controller.vala index a6d27be..beaf02c 100644 --- a/src/mpris-controller.vala +++ b/src/mpris-controller.vala @@ -56,6 +56,7 @@ public class MprisController : GLib.Object private void onTrackChange(dynamic DBus.Object mpris_client, HashTable ht) { debug("onTrackChange"); + this.controller.custom_items[this.controller.METADATA].reset(MetadataMenuitem.attributes_format()); this.controller.custom_items[this.controller.METADATA].update(ht, MetadataMenuitem.attributes_format()); } -- cgit v1.2.3