Review of "Yet Another Radio" version 14

Details Page Preview

Discover and listen to your favorite internet radio stations using the community driven radio-browser.info API.

Extension Homepage
https://github.com/BuddySirJava/YetAnotherRadio

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • modules/metadataDisplay.js:83
    St.Clipboard.get_default()

EGO-M-008 warning

extensions using unlock-dialog must document it in disable() comments

Extensions using `unlock-dialog` should document the reason in `disable()` comments.

Session Modes

  • extension.js:369
        disable() {
            if (this._monitor) {
                if (this._monitorHandlerId) {
                    this._monitor.disconnect(this._monitorHandlerId);
                    this._monitorHandlerId = null;
                }
                this._monitor.cancel();
                this._monitor = null;
            }
    
         

All Versions

Version Status
17 Unreviewed
16 Rejected
15 Active
14 Rejected
13 Active
12 Rejected
11 Active
10 Rejected
9 Active
8 Rejected
7 Rejected
6 Rejected
5 Rejected
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

BuddySirJava auto- rejected
Auto-rejected because of new version 15 was uploaded