mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- POST requests for feeds - Export subscriptions - Replaced xml-js - Thumbnails for songs in local playlist - Closes #107
This commit is contained in:
parent
171ef845d3
commit
7adf7e569f
14 changed files with 502 additions and 545 deletions
|
@ -30,9 +30,7 @@ async function getCharts() {
|
|||
console.log(json);
|
||||
|
||||
if (!id.value)
|
||||
id.value = json.options.all.filter(
|
||||
i => i.title == json.options.default,
|
||||
)[0].id;
|
||||
id.value = json.options.all.find(i => i.title == json.options.default).id;
|
||||
|
||||
data.options = json.options.all;
|
||||
data.songs = json.trending;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue