mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- Search continuations (related to #46) - Search for Playlists (related to #46)
This commit is contained in:
parent
7905394b26
commit
2ff1308278
6 changed files with 104 additions and 38 deletions
|
@ -24,9 +24,11 @@ export async function getJson(url) {
|
|||
if (res && res.error) {
|
||||
alert(
|
||||
res.message
|
||||
.replaceAll('Video', 'Audio')
|
||||
.replaceAll('video', 'audio')
|
||||
.replaceAll('watched', 'heard'),
|
||||
? res.message
|
||||
.replaceAll('Video', 'Audio')
|
||||
.replaceAll('video', 'audio')
|
||||
.replaceAll('watched', 'heard')
|
||||
: res.error,
|
||||
);
|
||||
console.error(res.message);
|
||||
} else if (res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue