Skip to content

Commit

Permalink
v6.17.2 - Fixes linuxmint#6143
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiux committed Jul 2, 2024
1 parent 23075bb commit 40e7815
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions sound150@claudiux/files/sound150@claudiux/5.4/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2781,6 +2781,7 @@ class Sound150Applet extends Applet.TextIconApplet {

// will be called by an instance of #Player
passDesktopEntry(entry) {
if (entry == null) return;
// do we know already this player?
for (let i = 0, l = this._knownPlayers.length; i < l; ++i) {
if (this._knownPlayers[i] === entry)
Expand Down
3 changes: 3 additions & 0 deletions sound150@claudiux/files/sound150@claudiux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v6.17.2~20240702
* Fixes #6143

### v6.17.1~20240609
* Prevents Cvc.MixerControl from being executed more than once.

Expand Down
2 changes: 1 addition & 1 deletion sound150@claudiux/files/sound150@claudiux/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"max-instances": "1",
"description": "Enhanced sound applet",
"hide-configuration": false,
"version": "6.17.1",
"version": "6.17.2",
"cinnamon-version": [
"2.8",
"3.0",
Expand Down

0 comments on commit 40e7815

Please sign in to comment.