Review of "The Lyrics" version 1

Details Page Preview

Displays lyrics in the top bar for playing music

Extension Homepage
https://github.com/dertefter/The-Lyrics

No comments.

FAQ

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:31
            this._label = new St.Label({
                text: _('Nothing playing'),
                y_align: Clutter.ActorAlign.CENTER,
                style_class: 'lyrics-panel-label',
            })

All Versions

Version Status
1 Unreviewed