From 9916bd30eb30d90f0eb0e5228809af1278aab726 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 31 Aug 2020 16:42:55 +0200 Subject: [PATCH] Update SpotifyControls.plugin.js --- Plugins/SpotifyControls/SpotifyControls.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/SpotifyControls/SpotifyControls.plugin.js b/Plugins/SpotifyControls/SpotifyControls.plugin.js index 97aa8ad7e7..382dab5aa8 100644 --- a/Plugins/SpotifyControls/SpotifyControls.plugin.js +++ b/Plugins/SpotifyControls/SpotifyControls.plugin.js @@ -272,7 +272,7 @@ var SpotifyControls = (_ => { children: _this.defaults.buttonConfigs[this.props.type] && _this.defaults.buttonConfigs[this.props.type].icons ? (_this.defaults.buttonConfigs[this.props.type].icons[this.props.icon] || _this.defaults.buttonConfigs[this.props.type].icons[0]) : "?", onClick: this.props.disabled ? _ => {} : this.props.onClick, onContextMenu: this.props.disabled ? _ => {} : this.props.onContextMenu, - }), "active", "disabled", "renderPopout", "icon", "type")); + }), "active", "disabled", "renderPopout", "icon", "type", "playerSize")); return !this.props.disabled && typeof this.props.renderPopout == "function" ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.PopoutContainer, { children: button, animation: BDFDB.LibraryComponents.PopoutContainer.Animation.SCALE,