<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -183,7 +183,8 @@ SC.Playlist.prototype = {
     if(format == &quot;js&quot;) {
       baseUrl += &quot;&amp;callback=?&quot;; // add JSONP callback param      
     }
-    baseUrl += &quot;&amp;limit=&quot; + this.limit; // increase limit to 100
+    // limit to tracks under 20 mins long
+    baseUrl += &quot;duration[to]&lt;1200000&amp;limit=&quot; + this.limit; // increase limit to 100
     return baseUrl;
   },
   load : function() {</diff>
      <filename>scripts/playlist.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc0ba03621e06a53808f85c63316b82c187c0b97</id>
    </parent>
  </parents>
  <author>
    <name>Eric Wahlforss</name>
    <email>eric@Forss.local</email>
  </author>
  <url>http://github.com/hinke/the-cloud-player/commit/e8bd355ea7061419ae9837c58b34b1127ccd103f</url>
  <id>e8bd355ea7061419ae9837c58b34b1127ccd103f</id>
  <committed-date>2009-10-30T03:47:30-07:00</committed-date>
  <authored-date>2009-10-30T03:47:30-07:00</authored-date>
  <message>adding 20 min limit to tracks</message>
  <tree>ec945a7fbb2ad303c8cc8cd4340b8ac9813f5ac9</tree>
  <committer>
    <name>Eric Wahlforss</name>
    <email>eric@Forss.local</email>
  </committer>
</commit>
