diff options
| author | Max Isom <[email protected]> | 2020-03-20 20:47:04 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-03-20 20:47:04 -0500 |
| commit | 9c91ce1a13cad701bc8876fd07ac4d513522a215 (patch) | |
| tree | 582d5c7a17f2f476c563fd5aa635db02bb0c9394 /src/types.ts | |
| parent | 646f030781df0f4fe03437d0ed2294a10fa6c177 (diff) | |
| download | muse-9c91ce1a13cad701bc8876fd07ac4d513522a215.tar.xz muse-9c91ce1a13cad701bc8876fd07ac4d513522a215.zip | |
Merge Player and Queue services
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/types.ts b/src/types.ts index ee18fb8..7ed076d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -14,8 +14,7 @@ export const TYPES = { Spotify: Symbol('Spotify') }, Managers: { - Player: Symbol('PlayerManager'), - Queue: Symbol('QueueManager') + Player: Symbol('PlayerManager') }, Services: { GetSongs: Symbol('GetSongs'), |
