Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Fix hard-coded url
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja authored Nov 17, 2020
1 parent a8b05ed commit e0f8ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h5 class="ui header">Livestreams are under developent and still not supported o
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
Expand Down Expand Up @@ -260,4 +260,4 @@ <h3 class="ui dividing header">Comments</h3>
});
});
</script>
{% endblock %}
{% endblock %}

0 comments on commit e0f8ac3

Please sign in to comment.