mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

Media Player Controls Doubled #12

Open DeJayDev opened 6 years ago

DeJayDev commented 6 years ago

Hello! I recently switched to this extension from shyykoserhiy.vscode-spotify and I noticed, that sometimes all my buttons duplicate.

My config for the extension is as follows:

"media.player": {
    "players": [
        {
            "name": "Spotify Player",
            "type": "spotify",
            "showVolumeButtons": true,
            "showRight": true,
            "clientID": "[redacted]",
            "clientSecret": "[redacted]",
            "redirectURL": "http://localhost"
        }
    ]
}

Versions

vs-media-player: v3.1.0 Visual Studio Code: v1.22.2