Skip to content

Commit e88a170

Browse files
fix #5
1 parent 96cf73f commit e88a170

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,8 @@ <h1 data-i18n="appTitle">皮卡丘的音乐站</h1>
25682568
renderPlaylistList();
25692569
updateMainFavButton();
25702570
});
2571-
2571+
act.appendChild(pBtn);
2572+
act.appendChild(fBtn);
25722573
item.appendChild(index);item.appendChild(meta);item.appendChild(act);
25732574
item.addEventListener('click',()=>pBtn.click());
25742575
wrap.appendChild(item);

0 commit comments

Comments
 (0)