Add Resolutions: to video.html when in embedded
This commit is contained in:
parent
c778a9147d
commit
88394abd42
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
{% elif embed %}
|
||||
<embed height="300" src="https://{{ video.channel.host }}{{ video.embedPath }}">
|
||||
<br>
|
||||
<b>Resolutions:</b>
|
||||
{% else %}
|
||||
<video height="300" controls>
|
||||
<source src="{{ video.video }}">
|
||||
|
|
Loading…
Reference in a new issue