Skip to content

Commit

Permalink
refactor: don't send requestSinks command at connect
Browse files Browse the repository at this point in the history
Sinks are sent at connect time and updated as necessary, so drop the request command.
  • Loading branch information
andyholmes committed Dec 2, 2024
1 parent 734ef1e commit edd1cf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/service/plugins/systemvolume.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ const SystemVolumePlugin = GObject.registerClass({
}
}

connected() {
super.connected();

this._sendSinkList();
}

/**
* Handle a request to change an output
*
Expand Down

0 comments on commit edd1cf2

Please sign in to comment.