Skip to content

Commit

Permalink
changed demo
Browse files Browse the repository at this point in the history
  • Loading branch information
drigato authored and Christopher De Cairos committed Mar 2, 2012
1 parent 102f16a commit 09b24b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/rdio/popcorn.rdio.html
Expand Up @@ -27,11 +27,11 @@
})
.rdio({
start: 20,
end: 30,
end: 40,
target: "rdiodiv",
person: "diggywiggy",
id: 413517,
playlist: "sunday"
person: "scottyhons",
id: 236475,
playlist: "Toronto Music"
})
}, false);

Expand All @@ -41,7 +41,7 @@
<h1 id="qunit-header">Popcorn Rdio Plug-in Demo</h1>
<p>Album tracks from Erykah Badu's <span style='font-style:italic'>Baduizm</span> will appear at 2 seconds and disappear at 10 seconds<br />
Album tracks from Radiohead's <span style='font-style:italic'>The Bends</span> will appear at 10 seconds and disappear at 20 seconds<br />
Tracks from DiggyWiggy's playlist <span style='font-style:italic'>Sunday</span> will appear at 20 seconds and disappear at 30 seconds </p>
Tracks from Scottyhons's playlist <span style='font-style:italic'>Toronto Music</span> will appear at 20 seconds and disappear at 40 seconds </p>
<div>
<video id="video"
controls preload="none"
Expand Down

0 comments on commit 09b24b6

Please sign in to comment.