MCPcopy Create free account
hub / github.com/spicetify/cli / checkLyricsPlus

Function checkLyricsPlus

Extensions/fullAppDisplay.js:860–862  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858 }
859
860 function checkLyricsPlus() {
861 return Spicetify.Config?.custom_apps?.includes("lyrics-plus") || !!document.querySelector("a[href='/lyrics-plus']");
862 }
863
864 function requestLyricsPlus() {
865 if (CONFIG.lyricsPlus && checkLyricsPlus()) {

Callers 3

updateStyleFunction · 0.85
requestLyricsPlusFunction · 0.85
openConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected