aboutsummaryrefslogtreecommitdiff
path: root/src/metadata-menu-item.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r--src/metadata-menu-item.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala
index a81c143..f4a7e68 100644
--- a/src/metadata-menu-item.vala
+++ b/src/metadata-menu-item.vala
@@ -177,7 +177,7 @@ public class MetadataMenuitem : PlayerItem
this.owner.instantiate(timestamp);
}
else if (this.owner.current_state == PlayerController.state.CONNECTED) {
- this.owner.gtk_app_player.activate(timestamp);
+ this.owner.player_activator.activate(timestamp);
this.owner.mpris_bridge.expose(timestamp);
}
}