A tray radio extension to listen, search and manage radio stations, Youtube videos. In app search a database of 53000 radio stations and youtube. IMPORTANT: Requires installation of yt-dlp and GStreamer.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove unnecessary files: - `.gitignore` - `po/radiokayra@dokaton.com.pot` - `po/tr.po` [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. Please also null out all the instances you hold in the property of the default prefs's class in close request. [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) I recommend to move all the logic to another class. That way the clean up will be much easier. 3. Window is getting destroyed automatically after close request. No need to call destroy (line 44 `prefs.js`). 4. Please also mention about the dependencies in the description.