feat: add ANDROID_MUSIC client

This commit is contained in:
LuanRT
2022-09-05 03:17:07 -03:00
parent a8322e35f5
commit ecac5f4d7e
4 changed files with 12 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ export enum ClientType {
WEB = 'WEB',
MUSIC = 'WEB_REMIX',
ANDROID = 'ANDROID',
ANDROID_MUSIC = 'ANDROID_MUSIC'
}
export interface Context {