changed client id to mobile atmos
This commit is contained in:
parent
19199efe16
commit
54dbc4e08d
|
@ -2,7 +2,7 @@ import { Router } from 'itty-router'
|
|||
|
||||
const router = Router()
|
||||
|
||||
const CLIENT_ID = 'WAU9gXp3tHhK4Nns' // mobile default
|
||||
const CLIENT_ID = 'dN2N95wCyEBTllu4' // mobile atmos
|
||||
|
||||
const AUDIO_QUALITIES = ['LOW', 'HIGH', 'LOSSLESS', 'HI_RES']
|
||||
const VIDEO_QUALITIES = ['AUDIO_ONLY', 'LOW', 'MEDIUM', 'HIGH']
|
||||
|
|
Loading…
Reference in New Issue