()
| 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 { |
no test coverage detected