From 95d7432b5c310f6cbe2b7296ca081d20802893cb Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 8 Apr 2018 14:50:32 -0700 Subject: [PATCH] Add Changelog podcast to default tracks... for a while --- js/config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/config.js b/js/config.js index a15bfc81..ef2f3138 100644 --- a/js/config.js +++ b/js/config.js @@ -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 } ];