Fix hard-coded url

This commit is contained in:
PLUJA 2020-11-17 08:14:21 +01:00 committed by GitHub
parent a8b05edba1
commit e0f8ac3ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
preload="none">
{% if config.isInstance %}
{% for source in info.formats %}
<source src="https://yotter.xyz{{source.url}}" type="video/{{source.ext}}">
<source src="{{source.url}}" type="video/{{source.ext}}">
{% endfor %}
{% endif %}
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that