aboutsummaryrefslogtreecommitdiff
path: root/src/media-player-user.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/media-player-user.vala')
-rw-r--r--src/media-player-user.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media-player-user.vala b/src/media-player-user.vala
index 37f54a9..dfe6229 100644
--- a/src/media-player-user.vala
+++ b/src/media-player-user.vala
@@ -188,7 +188,7 @@ public class MediaPlayerUser : MediaPlayer {
/* If it's shown externally it's running */
public override bool is_running { get { return proxy_is_valid(); } }
/* A bit weird. Not sure how we should handle this. */
- public override bool can_raise { get { return false; } }
+ public override bool can_raise { get { return true; } }
/* Fill out the track based on the values in the proxy */
MediaPlayer.Track track_cache;