mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Closes #140
This commit is contained in:
parent
606b6deb22
commit
8ff07531d2
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ const setProxy = async () => {
|
||||||
console.log();
|
console.log();
|
||||||
results.resetItems();
|
results.resetItems();
|
||||||
results.setItem('songs', {
|
results.setItem('songs', {
|
||||||
title: 'Hyp • Offline',
|
title: 'Hyp • ' + t('title.offline'),
|
||||||
items: songs.map(i => ({
|
items: songs.map(i => ({
|
||||||
...i.appMetadata,
|
...i.appMetadata,
|
||||||
offlineUri: i.offlineUri,
|
offlineUri: i.offlineUri,
|
||||||
|
@ -169,7 +169,7 @@ const setProxy = async () => {
|
||||||
format: 'Hyperpipe',
|
format: 'Hyperpipe',
|
||||||
version: 0,
|
version: 0,
|
||||||
app_version: 0,
|
app_version: 0,
|
||||||
subscriptions: JSON.parse(store.subs).map(id => ({
|
subscriptions: JSON.parse( store.subs || '[]' ).map(id => ({
|
||||||
url: 'https://www.youtube.com/channel/' + id,
|
url: 'https://www.youtube.com/channel/' + id,
|
||||||
service_id: 0,
|
service_id: 0,
|
||||||
})),
|
})),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue