chore: fixes
This commit is contained in:
parent
8e6d260696
commit
410106fe05
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ async function loadMusicData() {
|
|||
}
|
||||
|
||||
// Map the songs into a simplified format with direct audio URLs
|
||||
const baseUrl = "https://cdn.veltron.net/aero/music/"; // Base URL for the music files
|
||||
const baseUrl = "https://cdn.veltron.net/aero"; // Base URL for the music files
|
||||
const playlist = section.li.map(item => ({
|
||||
title: item.a.title,
|
||||
url: baseUrl + item.a["@data-src-mp3"].split("/").pop(), // Build the full URL from the base path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue