From 54dbc4e08d8d0996cd7bc6530f79930b375816cf Mon Sep 17 00:00:00 2001 From: uh wot Date: Wed, 15 Jun 2022 16:50:53 +0200 Subject: [PATCH] changed client id to mobile atmos --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f4fd4c2..f9c3240 100644 --- a/src/index.js +++ b/src/index.js @@ -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']