mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +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();
|
||||
results.resetItems();
|
||||
results.setItem('songs', {
|
||||
title: 'Hyp • Offline',
|
||||
title: 'Hyp • ' + t('title.offline'),
|
||||
items: songs.map(i => ({
|
||||
...i.appMetadata,
|
||||
offlineUri: i.offlineUri,
|
||||
|
@ -169,7 +169,7 @@ const setProxy = async () => {
|
|||
format: 'Hyperpipe',
|
||||
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,
|
||||
service_id: 0,
|
||||
})),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue