Skip to content

Commit

Permalink
Merge pull request linuxmint#6073 from claudiux/Radio3.0_2.1.1
Browse files Browse the repository at this point in the history
[Radio3.0@claudiux] v2.1.1 - Prevents Cvc.MixerControl from being loaded more than once
  • Loading branch information
claudiux authored Jun 9, 2024
2 parents 5bfe7fc + 3601c4a commit de9b498
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Radio3.0@claudiux/files/Radio3.0@claudiux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.1.1~20240609
* Prevents Cvc.MixerControl from being executed more than once.

### v2.1.0~20240519
* Improves the installation of dependencies.

Expand Down
4 changes: 4 additions & 0 deletions Radio3.0@claudiux/files/Radio3.0@claudiux/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -3904,6 +3904,10 @@ class WebRadioReceiverAndRecorder extends TextIconApplet {
keybindingManager.removeHotKey("shortcutNext");
keybindingManager.removeHotKey("shortcutPrevious");

// Close Cvc.MixerControl:
if (this._control)
this._control.close();

// Finalize settings:
this.settings.finalize();
}
Expand Down
2 changes: 1 addition & 1 deletion Radio3.0@claudiux/files/Radio3.0@claudiux/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "The Ultimate Internet Radio Receiver & Recorder for Cinnamon",
"max-instances": 1,
"version": "2.1.0",
"version": "2.1.1",
"uuid": "Radio3.0@claudiux",
"name": "Radio3.0",
"author": "claudiux",
Expand Down

0 comments on commit de9b498

Please sign in to comment.