()
| 3523 | }; |
| 3524 | } |
| 3525 | async function installLiquidLyrics() { |
| 3526 | try { |
| 3527 | let branch = ""; |
| 3528 | let manifestRaw = null; |
| 3529 | for (const b2 of LL_BRANCHES) { |
| 3530 | manifestRaw = await fetchJson(`https://raw.githubusercontent.com/${LL_USER}/${LL_REPO}/${b2}/manifest.json`); |
no outgoing calls
no test coverage detected