more optimizations, remove WTVIRC for now, upgrade test.js

This commit is contained in:
zefie
2025-08-13 21:42:22 -04:00
parent 54bb975f1a
commit 22c7229e38
162 changed files with 1002 additions and 5539 deletions

View File

@@ -88,7 +88,7 @@ Object.keys(categories).forEach(function (k) {
const catID = categories[k].id;
const songsInCat = wtvbgm.getCategorySongList(catID);
if (songsInCat.length > 0) {
if (catsListed == divide) {
if (catsListed === divide) {
data += `</td ><td width="20">
</td><td width="198" valign="top" align="left">`;
}