Review of "Yet Another Radio" version 15

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) manual_review 1

Shexli found 1 issue 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()

All Versions

Previous Reviews on this Version

JustPerfection waiting for author
If "continue playing" is the goal. That's not something that always happen. On lock screen your extension may get disable and re-enable so shell can re-base. Is it what you expect by adding the session modes?
BuddySirJava posted a review
Yes, For now I don't have a clue how should I deal with that. Though this did the job for me.
JustPerfection active