in Revision r1169
I did not test it but at just looking to source looks to me that line
buildUrl = buildUrl.replace("@TIME@", trackUri.getLastPathSegment());
should be
buildUrl = buildUrl.replace("@TIME@", trackUri.getTime());
Original issue reported on code.google.com by cerovic....@gmail.com on 21 Dec 2011 at 9:32
Original issue reported on code.google.com by
cerovic....@gmail.com
on 21 Dec 2011 at 9:32