diff --git a/bio/audio.js b/bio/audio.js index 18149c9..9698b1e 100644 --- a/bio/audio.js +++ b/bio/audio.js @@ -1,4 +1,10 @@ const songs = [ + { + title: "woody - Paint Thinner", + src: "https://easyfiles.cc/2024/8/2110cfc6-d700-4c42-bc66-bafa5799c1fc/youtube_rhaFMuU1_qw_1280x720_h264(1).mp4" , + duration: 100 + }, + { title: "Bladee & Ecco2k - Bleach", src: "https://easyfiles.cc/2024/9/4ac37ab2-20d7-4fd8-863b-3dcee1c418cd/BLADEE%20&%20ECCO2K%20-%20BLEACH%20-%20drain%20gang%20(720p50,%20h264)(1).mp4" , @@ -11,7 +17,6 @@ const songs = [ duration: 142 }, - { title: "woody - God Said I Was Good", src: "https://easyfiles.cc/2024/8/9cafa851-0405-4009-b639-08ff5e029dc3/youtube_Z4IF2ujq1Xk_1280x720_h264(1).mp4" , @@ -34,14 +39,7 @@ const songs = [ title: "Joeyy - PR Package", src: "https://easyfiles.cc/2024/8/7c649f45-6573-4665-9675-4d869ea1332a/youtube_ZvphwrKo52s_1280x720_h264(1).mp4" , duration: 111 - }, - - { - title: "woody - Paint Thinner", - src: "https://easyfiles.cc/2024/8/2110cfc6-d700-4c42-bc66-bafa5799c1fc/youtube_rhaFMuU1_qw_1280x720_h264(1).mp4" , - duration: 100 - }, - + } ]; let currentSongIndex = 0;