From edd1cf2263c3f86539de6d1b2d9aad654acc3b2b Mon Sep 17 00:00:00 2001 From: Andy Holmes Date: Sun, 1 Dec 2024 16:39:59 -0800 Subject: [PATCH] refactor: don't send `requestSinks` command at connect Sinks are sent at connect time and updated as necessary, so drop the request command. --- src/service/plugins/systemvolume.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/service/plugins/systemvolume.js b/src/service/plugins/systemvolume.js index 9db02d1df..f688d61a8 100644 --- a/src/service/plugins/systemvolume.js +++ b/src/service/plugins/systemvolume.js @@ -73,12 +73,6 @@ const SystemVolumePlugin = GObject.registerClass({ } } - connected() { - super.connected(); - - this._sendSinkList(); - } - /** * Handle a request to change an output *