rm videoalpha_list method
This commit is contained in:
committed by
Valera Rozuvan
parent
0b73f0a59d
commit
8cf8dcd10b
@@ -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 ''}
|
||||
|
||||
Reference in New Issue
Block a user