From 386c6569056bae88cc1b0c42b3351f7ea0580f6c Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 19 Mar 2024 17:42:22 +0100 Subject: [PATCH] Update SpotifyControls.plugin.js --- Plugins/SpotifyControls/SpotifyControls.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/SpotifyControls/SpotifyControls.plugin.js b/Plugins/SpotifyControls/SpotifyControls.plugin.js index 5819fb6b26..20b5196034 100644 --- a/Plugins/SpotifyControls/SpotifyControls.plugin.js +++ b/Plugins/SpotifyControls/SpotifyControls.plugin.js @@ -2,7 +2,7 @@ * @name SpotifyControls * @author DevilBro * @authorId 278543574059057154 - * @version 1.3.9 + * @version 1.4.0 * @description Adds a Control Panel while listening to Spotify on a connected Account * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -316,7 +316,7 @@ module.exports = (_ => { barStyles: {height: 6, top: 3}, fillStyles: {backgroundColor: "var(--SC-spotify-green)"}, onValueRender: value => { - if (currentVolume == value) return; + if (currentVolume == value) return value + "%"; this.props.draggingVolume = true; currentVolume = value; BDFDB.TimeUtils.clear(changeTimeout);