This commit is contained in:
Shiny Nematoda 2022-10-02 16:49:55 +00:00
parent a9d7d07e7b
commit f48149d0c9
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
7 changed files with 29 additions and 13 deletions

View file

@ -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,