aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/accounts-service-user.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounts-service-user.vala b/src/accounts-service-user.vala
index 927a270..19ca774 100644
--- a/src/accounts-service-user.vala
+++ b/src/accounts-service-user.vala
@@ -101,7 +101,7 @@ public class AccountsServiceUser : Object {
void new_proxy (GLib.Object? obj, AsyncResult res) {
try {
this.proxy = Bus.get_proxy.end (res);
- //this.player = _player;
+ this.player = _player;
} catch (Error e) {
this.proxy = null;
warning("Unable to get proxy to user sound settings: %s", e.message);