diff options
author | Ven <vendicated@riseup.net> | 2022-11-14 18:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 18:05:41 +0100 |
commit | 82e444e19635a72d2e1c4d043840bdfd358fa120 (patch) | |
tree | 85e4bc94fb6c9a7bebc3a56e311fdf967aeeb2d5 /src/plugins/spotifyControls | |
parent | a96f8a89f36ccb980334da2274385373aa3ffb24 (diff) | |
download | Vencord-82e444e19635a72d2e1c4d043840bdfd358fa120.tar.gz Vencord-82e444e19635a72d2e1c4d043840bdfd358fa120.tar.bz2 Vencord-82e444e19635a72d2e1c4d043840bdfd358fa120.zip |
Less confusing plugin names (bulk plugin rename) (#214)
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Diffstat (limited to 'src/plugins/spotifyControls')
-rw-r--r-- | src/plugins/spotifyControls/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx index e8b5370..14c7a93 100644 --- a/src/plugins/spotifyControls/index.tsx +++ b/src/plugins/spotifyControls/index.tsx @@ -24,7 +24,7 @@ export default definePlugin({ name: "SpotifyControls", description: "Spotify Controls", authors: [Devs.Ven, Devs.afn, Devs.KraXen72], - dependencies: ["MenuItemDeobfuscatorApi"], + dependencies: ["MenuItemDeobfuscatorAPI"], patches: [ { find: "showTaglessAccountPanel:", |