diff options
| author | Thongrapee Panyapatiphan <[email protected]> | 2022-03-12 22:50:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-12 09:50:29 -0600 |
| commit | 6c118dc965a282f55d838c555d9e6216be2f472c (patch) | |
| tree | 12667ecc4530155c0db2ffc2f24361cfdccc3469 /src/types.ts | |
| parent | eac12eaade4def77c0e5dfba3c872918b24e9f51 (diff) | |
| download | muse-6c118dc965a282f55d838c555d9e6216be2f472c.tar.xz muse-6c118dc965a282f55d838c555d9e6216be2f472c.zip | |
Support for web streaming audio files (#550)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts index 47108b9..fc1b5e2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -13,5 +13,7 @@ export const TYPES = { Services: { AddQueryToQueue: Symbol('AddQueryToQueue'), GetSongs: Symbol('GetSongs'), + YoutubeAPI: Symbol('YoutubeAPI'), + SpotifyAPI: Symbol('SpotifyAPI'), }, }; |
