We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.2.56
1 parent 7cb5498 commit 77455baCopy full SHA for 77455ba
jsHelper/homeConfig.js
@@ -92,7 +92,7 @@ SpicetifyHomeConfig = {};
92
const main = document.querySelector(".main-home-content");
93
elem = [...main.querySelectorAll("section")];
94
for (const [index, item] of elem.entries()) {
95
- item.dataset.uri = list[index].uri ?? list[index].item.uri;
+ item.dataset.uri = list[index]?.uri ?? list[index].item?.uri;
96
}
97
98
function appendItems() {
0 commit comments