Skip to content

Commit

Permalink
Add back initial Llama Whippin intro track to fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
durasj committed Mar 17, 2019
1 parent 4fbb550 commit 1e09041
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ import Webamp from './webamp/webamp.bundle.js'
const DEFAULT_DOCUMENT_TITLE = document.title

const webamp = new Webamp({
// Currently not working in the packaged apps
// see https://github.com/durasj/webamp-desktop/issues/2
/*initialTracks: [
initialTracks: [
{
metaData: {
artist: 'DJ Mike Llama',
title: 'Llama Whippin\' Intro',
},
url: './mp3/llama-2.91.mp3'
}
],*/
],
initialSkin: {
url: './skins/base-2.91.wsz'
},
Expand Down

0 comments on commit 1e09041

Please sign in to comment.