mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Removing Local playlists and playlist items - Unsubscribe from feeds - Closes #56 - Closes #85
This commit is contained in:
parent
affb0e33f6
commit
7cc847146d
7 changed files with 94 additions and 36 deletions
|
@ -62,7 +62,7 @@ const Open = key => {
|
|||
results.resetItems();
|
||||
results.setItem('songs', {
|
||||
title: 'Local • ' + key,
|
||||
items: res.urls.map(i => ({ ...i, ...{ thumbnail: '/1x1.png' } })),
|
||||
items: res.urls.map(i => ({ ...i, ...{ playlistId: key } })),
|
||||
});
|
||||
|
||||
nav.state.page = 'home';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue