diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index da86478..e16f4d2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -16,7 +16,7 @@ "I wanted to know more about lucid dreaming.", "You can start from the top of your pencil, meanwhile.", "Nonsense French babble.", "I slapped a figuratively tag near pedo to imply that they're more creeps than pedos."]; let songs = ["/media/canibitch.mp3", "/media/ilovepiracyamenbreak.mp4", "/media/seashanty_dylan85.mp3"]; - let songs_names = ["Eminem - Canibitch", "sonyPlaytation - I F*CKING LOVE PIRACY", "dylan85#6786 - Sea Shanty Remix"]; + let songs_names = ["Eminem - Canibitch", "sonyPlaytation - I F*CKING LOVE PIRACY", "@dylan85 - Sea Shanty Remix"]; let choice = rand_int(0, songs.length-1); let song = songs[choice];