Hotfix for explore

This commit is contained in:
Shiny Nematoda 2022-08-02 07:41:17 +00:00
parent 496a1c84fc
commit 6f4466a6fb
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D

View file

@ -125,12 +125,8 @@ async function getExplore() {
console.log(json);
results.items.value = {};
results.items.value = {
songs: json.trending,
albums: json.albums_and_singles,
};
results.setItem('songs', { items: json.trending });
results.setItem('albums', { items: json.albums_and_singles });
}
async function getSong(e) {