aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-11-07 22:36:06 +0100
committerVendicated <vendicated@riseup.net>2022-11-07 22:36:06 +0100
commit955573d31bd1be435b95ddcc24971b47daf02c0b (patch)
treeebb015345e1ad83561a02197cadd3a86ef4c1cbf /src
parent6a8564089bea162d9c4d52925eb1239b6b270fa4 (diff)
downloadVencord-955573d31bd1be435b95ddcc24971b47daf02c0b.tar.gz
Vencord-955573d31bd1be435b95ddcc24971b47daf02c0b.tar.bz2
Vencord-955573d31bd1be435b95ddcc24971b47daf02c0b.zip
me when i dont depend on MenuItemDeobfuscatorApi
Diffstat (limited to 'src')
-rw-r--r--src/plugins/spotifyControls/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx
index 170aa9b..b5cd5c0 100644
--- a/src/plugins/spotifyControls/index.tsx
+++ b/src/plugins/spotifyControls/index.tsx
@@ -24,6 +24,7 @@ export default definePlugin({
name: "SpotifyControls",
description: "Spotify Controls",
authors: [Devs.Ven],
+ dependencies: ["MenuItemDeobfuscatorApi"],
patches: [
{
find: "showTaglessAccountPanel:",