mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Add Changelog podcast to default tracks... for a while
This commit is contained in:
parent
188b711952
commit
95d7432b5c
1 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,14 @@ export const initialTracks = config.initialTracks || [
|
|||
{
|
||||
metaData: { artist: "DJ Mike Llama", title: "Llama Whippin' Intro" },
|
||||
url: llamaAudio
|
||||
},
|
||||
{
|
||||
url: "https://cdn.changelog.com/uploads/podcast/291/the-changelog-291.mp3",
|
||||
metaData: {
|
||||
artist: "Changelog Media",
|
||||
title: "Winamp2-js with Jordan Eldredge"
|
||||
},
|
||||
duration: 4841
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue