mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Hotfixes
This commit is contained in:
parent
a9d7d07e7b
commit
f48149d0c9
7 changed files with 29 additions and 13 deletions
|
@ -51,8 +51,12 @@ export const useResults = defineStore('results', () => {
|
|||
/[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}/.test(
|
||||
hash,
|
||||
)
|
||||
)
|
||||
console.log('Piped playlists!!'); //json.relatedStreams = json.relatedStreams.map(i => ({ ...i, ...{auth: true}))
|
||||
) {
|
||||
json.relatedStreams = json.relatedStreams.map(i => {
|
||||
i.playlistId = hash;
|
||||
return i;
|
||||
});
|
||||
}
|
||||
|
||||
setItem('songs', {
|
||||
items: json.relatedStreams,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue