diff options
Diffstat (limited to 'src/plugins/spotifyControls/index.tsx')
-rw-r--r-- | src/plugins/spotifyControls/index.tsx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/plugins/spotifyControls/index.tsx b/src/plugins/spotifyControls/index.tsx index b5cd5c0..18bced9 100644 --- a/src/plugins/spotifyControls/index.tsx +++ b/src/plugins/spotifyControls/index.tsx @@ -23,7 +23,17 @@ import { Player } from "./PlayerComponent"; export default definePlugin({ name: "SpotifyControls", description: "Spotify Controls", - authors: [Devs.Ven], + authors: [ + Devs.Ven, + { + id: 420043923822608384n, + name: "afn", + }, + { + id: 379304073515499530n, + name: "KraXen72" + } + ], dependencies: ["MenuItemDeobfuscatorApi"], patches: [ { |