refactor bounce

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-05-28 21:40:17 +02:00
padre ae7a4568b6
commit 5d87a66195

Ver fichero

@@ -99,7 +99,7 @@ const App = () => {
setBounce(data => data + json.media.track[0][key])
}
})
} else if (!json?.media && bounce.search('Now Playing: null') === -1) {
} else if (!json?.media && bounce.search('Now Playing: Title not available') === -1) {
setLink('')
setTitle('Stream Radio')
setBounce('Now Playing: Title not available')