diff options
Diffstat (limited to 'src')
-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:", |