--- a/web/blinkster/__init__.py Thu May 19 16:21:18 2011 +0200
+++ b/web/blinkster/__init__.py Thu May 19 17:22:51 2011 +0200
@@ -1,3 +1,3 @@
-VERSION = (0, 29)
+VERSION = (0, 30)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))
--- a/web/blinkster/templates/segment_detail.html Thu May 19 16:21:18 2011 +0200
+++ b/web/blinkster/templates/segment_detail.html Thu May 19 17:22:51 2011 +0200
@@ -35,7 +35,7 @@
<div id="timeline_segment" style="width: {{segment_relative_duration}}%; left: {{segment_relative_start}}%"> </div>
</div>
-<video width="320" height="240" controls="true" src="{% url blinkster.views.segment_ts_playlist iri_id ensemble_id cutting_id element_id %}">
+<video width="320" height="240" controls="true" src="{% url blinkster.views.segment_ts_playlist ldt_id iri_id ensemble_id cutting_id element_id %}">
</video>
</div>