This commit is contained in:
cirroskais 2024-08-31 20:59:52 -04:00
parent 8f825bb4c2
commit 2decc0694e
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -4,7 +4,7 @@
export let title;
let index = Math.floor(Math.random() * playlist.length),
selected = playlist[index],
volume = 0.05;
volume = 0.025;
title.set(selected.title);