diff options
author | Vendicated <vendicated@riseup.net> | 2022-11-07 22:36:06 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-11-07 22:36:06 +0100 |
commit | 955573d31bd1be435b95ddcc24971b47daf02c0b (patch) | |
tree | ebb015345e1ad83561a02197cadd3a86ef4c1cbf /src/plugins | |
parent | 6a8564089bea162d9c4d52925eb1239b6b270fa4 (diff) | |
download | Vencord-955573d31bd1be435b95ddcc24971b47daf02c0b.tar.gz Vencord-955573d31bd1be435b95ddcc24971b47daf02c0b.tar.bz2 Vencord-955573d31bd1be435b95ddcc24971b47daf02c0b.zip |
me when i dont depend on MenuItemDeobfuscatorApi
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/spotifyControls/index.tsx | 1 |
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:", |