forked from boyska/radiomanifest.js
fix url
This commit is contained in:
parent
1dbd19c6b2
commit
3bea9b610c
1 changed files with 1 additions and 1 deletions
2
ui.js
2
ui.js
|
@ -1,6 +1,6 @@
|
|||
// const radiomanifest = require('radiomanifest.js')
|
||||
async function fai () {
|
||||
const radio = await radiomanifest.get('https://www.ondarossa.info/')
|
||||
const radio = await radiomanifest.get('http://www.ondarossa.info/')
|
||||
// var radio = await get("https://boyska.degenerazione.xyz/radiomanifest/examples/empty/")
|
||||
console.log('radio?', radio)
|
||||
const s = radio.getStreaming()
|
||||
|
|
Loading…
Reference in a new issue