small audio change
This commit is contained in:
parent
5d1ec96989
commit
f564af6570
1 changed files with 7 additions and 9 deletions
16
bio/audio.js
16
bio/audio.js
|
@ -1,4 +1,10 @@
|
||||||
const songs = [
|
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",
|
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" ,
|
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
|
duration: 142
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
title: "woody - God Said I Was Good",
|
title: "woody - God Said I Was Good",
|
||||||
src: "https://easyfiles.cc/2024/8/9cafa851-0405-4009-b639-08ff5e029dc3/youtube_Z4IF2ujq1Xk_1280x720_h264(1).mp4" ,
|
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",
|
title: "Joeyy - PR Package",
|
||||||
src: "https://easyfiles.cc/2024/8/7c649f45-6573-4665-9675-4d869ea1332a/youtube_ZvphwrKo52s_1280x720_h264(1).mp4" ,
|
src: "https://easyfiles.cc/2024/8/7c649f45-6573-4665-9675-4d869ea1332a/youtube_ZvphwrKo52s_1280x720_h264(1).mp4" ,
|
||||||
duration: 111
|
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;
|
let currentSongIndex = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue