MCPcopy Index your code
hub / github.com/spicetify/cli / requestLyricsPlus

Function requestLyricsPlus

Extensions/fullAppDisplay.js:864–872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

862 }
863
864 function requestLyricsPlus() {
865 if (CONFIG.lyricsPlus && checkLyricsPlus()) {
866 lastApp = Spicetify.Platform.History.location.pathname;
867 if (lastApp !== "/lyrics-plus") {
868 Spicetify.Platform.History.push("/lyrics-plus");
869 }
870 }
871 window.dispatchEvent(new Event("fad-request"));
872 }
873
874 function getConfig() {
875 try {

Callers 2

activateFunction · 0.85
openConfigFunction · 0.85

Calls 1

checkLyricsPlusFunction · 0.85

Tested by

no test coverage detected