rm videoalpha_list method

This commit is contained in:
Vasyl Nakvasiuk
2013-02-13 13:28:09 +02:00
committed by Valera Rozuvan
parent 0b73f0a59d
commit 8cf8dcd10b
2 changed files with 3 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<div
id="video_${id}"
class="video"
data-streams="${streams}"
data-streams="${youtube_streams}"
${'data-sub="{}"'.format(sub) if sub else ''}
${'data-mp4-source="{}"'.format(sources.get('mp4')) if sources.get('mp4') else ''}
${'data-webm-source="{}"'.format(sources.get('webm')) if sources.get('webm') else ''}