- POST requests for feeds
- Export subscriptions
- Replaced xml-js
- Thumbnails for songs in local playlist
- Closes #107
This commit is contained in:
Shiny Nematoda 2023-02-09 11:37:06 +00:00 committed by vrifox
parent e01a6b71dc
commit 35ec1b6a3a
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
14 changed files with 502 additions and 545 deletions

View file

@ -149,6 +149,7 @@ const shuffleAdd = () => {
items = json.items;
} else {
console.log(results.next);
const json = await getJsonPiped(`/nextpage/playlists/${results.next}`);
key = 'songs';