Skip to content

Commit

Permalink
🔖 V14: Fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
koolskateguy89 committed Aug 21, 2022
1 parent 2d78914 commit 65c588b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 0 additions & 6 deletions spotify-controller@koolskateguy89/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ class Toggle extends St.Icon {

const ControlBar = GObject.registerClass(
class ControlBar extends PanelMenu.Button {
previous;
next;
toggle;
buttons;
bar;

_init(spotify) {
super._init();

Expand Down
11 changes: 6 additions & 5 deletions spotify-controller@koolskateguy89/mediaPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ const PlayerProxy = Gio.DBusProxy.makeProxyWrapper(playerInterface);
* A non-player specific wrapper of a proxy for a media player.
* @todo Write the documentation.
*/
class MediaPlayer {
// this.onAppeared = onAppeared;
// this.onVanished = onVanished;
// this.onPropertiesChanged = onPropertiesChanged;

var MediaPlayer = class MediaPlayer {
onAppeared;
onVanished;
onPropertiesChanged;
proxy;
proxySignals;

/**
* @param {playerConsumer=} onAppeared
Expand Down
2 changes: 1 addition & 1 deletion spotify-controller@koolskateguy89/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"settings-schema": "org.gnome.shell.extensions.spotify-controller",
"url": "https://github.com/koolskateguy89/gnome-shell-extension-spotify-controller",
"uuid": "spotify-controller@koolskateguy89",
"version": 13
"version": 14
}

0 comments on commit 65c588b

Please sign in to comment.