mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Hotfix for explore
This commit is contained in:
parent
496a1c84fc
commit
6f4466a6fb
1 changed files with 2 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue