reroll client id and secret for tidal API
This commit is contained in:
parent
cf08290609
commit
b83db38b52
1 changed files with 2 additions and 2 deletions
|
|
@ -1086,8 +1086,8 @@ export enum HiFiClientEvents {
|
||||||
|
|
||||||
class HiFiClient {
|
class HiFiClient {
|
||||||
static readonly API_VERSION = '2.7';
|
static readonly API_VERSION = '2.7';
|
||||||
static readonly BROWSER_CLIENT_ID = 'txNoH4kkV41MfH25';
|
static readonly BROWSER_CLIENT_ID = 'fX2JxdmntZWK0ixT';
|
||||||
static readonly BROWSER_CLIENT_SECRET = 'dQjy0MinCEvxi1O4UmxvxWnDjt4cgHBPw8ll6nYBk98=';
|
static readonly BROWSER_CLIENT_SECRET = '1Nm5AfDAjxrgJFJbKNWLeAyKGVGmINuXPPLHVXAvxAg=';
|
||||||
|
|
||||||
static #instance: HiFiClient | null = null;
|
static #instance: HiFiClient | null = null;
|
||||||
static get instance() {
|
static get instance() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue