From 6c118dc965a282f55d838c555d9e6216be2f472c Mon Sep 17 00:00:00 2001 From: Thongrapee Panyapatiphan Date: Sat, 12 Mar 2022 22:50:29 +0700 Subject: Support for web streaming audio files (#550) Co-authored-by: Max Isom --- src/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types.ts') 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'), }, }; -- cgit v1.2.3