diff --git a/CustomApps/lyrics-plus/ProviderMusixmatch.js b/CustomApps/lyrics-plus/ProviderMusixmatch.js index e0f285a1b4..8b2f670113 100644 --- a/CustomApps/lyrics-plus/ProviderMusixmatch.js +++ b/CustomApps/lyrics-plus/ProviderMusixmatch.js @@ -8,8 +8,6 @@ const ProviderMusixmatch = (function () { const baseURL = `https://apic-desktop.musixmatch.com/ws/1.1/macro.subtitles.get?format=json&namespace=lyrics_richsynched&subtitle_format=mxm&app_id=web-desktop-app-v1.0&`; const durr = info.duration / 1000; - const tokens = CONFIG.providers.musixmatch.token.split("|"); - const usertoken = tokens[Math.floor(Math.random() * tokens.length)]; const params = { q_album: info.album, @@ -19,7 +17,7 @@ const ProviderMusixmatch = (function () { track_spotify_id: info.uri, q_duration: durr, f_subtitle_length: Math.floor(durr), - usertoken + usertoken: CONFIG.providers.musixmatch.token }; const finalURL = diff --git a/CustomApps/lyrics-plus/index.js b/CustomApps/lyrics-plus/index.js index 5a10c804a6..90b530fe52 100644 --- a/CustomApps/lyrics-plus/index.js +++ b/CustomApps/lyrics-plus/index.js @@ -183,7 +183,7 @@ class LyricsContainer extends react.Component { const colors = await CosmosAsync.get(`wg://colorextractor/v1/extract-presets?uri=${uri}&format=json`); prominent = colors.entries[0].color_swatches[4].color; } catch { - prominent = 0; + prominent = 8747370; } this.setState({