|
@@ -467,7 +467,7 @@ function handleNoticeInfo() {
|
|
|
artLstText += `<p><strong><span style="color:#E53333;"> <span style="color:#000000;">${albumName}:</span></span></strong></p>`;
|
|
artLstText += `<p><strong><span style="color:#E53333;"> <span style="color:#000000;">${albumName}:</span></span></strong></p>`;
|
|
|
let artLstSubText = ``;
|
|
let artLstSubText = ``;
|
|
|
let baseList = baseLstDict[albumName] || [];
|
|
let baseList = baseLstDict[albumName] || [];
|
|
|
- let relationList = relationLstDict[groupName] || [];
|
|
|
|
|
|
|
+ let relationList = relationLstDict[albumName] || [];
|
|
|
relationAllList = relationAllList.concat(relationList);
|
|
relationAllList = relationAllList.concat(relationList);
|
|
|
for (let i = 0; i < baseList.length; ++i) {
|
|
for (let i = 0; i < baseList.length; ++i) {
|
|
|
let element = baseList[i];
|
|
let element = baseList[i];
|