changed client id to mobile atmos

This commit is contained in:
uh wot 2022-06-15 16:50:53 +02:00
parent 19199efe16
commit 54dbc4e08d
Signed by: uhwot
GPG Key ID: CB2454984587B781
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Router } from 'itty-router'
const router = 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 AUDIO_QUALITIES = ['LOW', 'HIGH', 'LOSSLESS', 'HI_RES']
const VIDEO_QUALITIES = ['AUDIO_ONLY', 'LOW', 'MEDIUM', 'HIGH'] const VIDEO_QUALITIES = ['AUDIO_ONLY', 'LOW', 'MEDIUM', 'HIGH']