diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-04 21:09:47 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-04 21:14:55 +0200 |
commit | f092f434fe48ba0db8b3c0c66524899b5a21c4f1 (patch) | |
tree | e6d571da1f9caa7198a0f8583358235354387998 /src/plugins/spotifyControls | |
parent | 2e6dfaa8795d093e50d87ebb5e7805cddb29a52c (diff) | |
download | Vencord-f092f434fe48ba0db8b3c0c66524899b5a21c4f1.tar.gz Vencord-f092f434fe48ba0db8b3c0c66524899b5a21c4f1.tar.bz2 Vencord-f092f434fe48ba0db8b3c0c66524899b5a21c4f1.zip |
Fix Vencord
Diffstat (limited to 'src/plugins/spotifyControls')
-rw-r--r-- | src/plugins/spotifyControls/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx index ce1bf67..3a5802a 100644 --- a/src/plugins/spotifyControls/index.tsx +++ b/src/plugins/spotifyControls/index.tsx @@ -39,7 +39,6 @@ export default definePlugin({ name: "SpotifyControls", description: "Spotify Controls", authors: [Devs.Ven, Devs.afn, Devs.KraXen72], - dependencies: ["MenuItemDeobfuscatorAPI"], options: { hoverControls: { description: "Show controls on hover", |